1 2 3 4 5
use std::process::Command; pub fn drft_bin() -> Command { Command::new(env!("CARGO_BIN_EXE_drft")) }