1 2 3 4 5 6
#[path = "../main.rs"] mod cargo_feature_manifest; fn main() { cargo_feature_manifest::cli_main(); }