mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +02:00
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:
parent
423e6bffd1
commit
0366f66b42
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue