1 2 3 4 5 6 7 8
fn main() { bitcoin_cfg::setup(); usdt::Builder::new("probes.d") .build() .expect("Failed to build USDT probes"); }