Fix/updated binary name (#18)

* feat: Add binary configuration for nyx in Cargo.toml

* fix: Set default binary to nyx in Cargo.toml
This commit is contained in:
Eli Peter 2025-06-25 03:46:21 +02:00 committed by GitHub
parent 423e6bffd1
commit 0366f66b42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"