diff --git a/Cargo.toml b/Cargo.toml index 15158691..2ac638d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,11 +11,16 @@ documentation = "https://github.com/ecpeter23/nyx#readme" keywords = ["security", "vulnerability", "scanner", "cli", "automation"] categories = ["command-line-utilities", "development-tools" ] readme = "README.md" +default-run = "nyx" exclude = [ "assets/", ".github/", ] +[[bin]] +name = "nyx" +path = "src/main.rs" + [dev-dependencies] tempfile = "3"