diff --git a/Cargo.toml b/Cargo.toml index 6400150cf3..ce9763bc0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,11 @@ path = "src/crosvm.rs" name = "crosvm" path = "src/main.rs" +[[bin]] +name = "crosvm-direct" +path = "src/main.rs" +required-features = [ "direct" ] + [profile.release] panic = 'abort' overflow-checks = true