redox/recipes/wip/rustscan/recipe.toml
2023-11-30 18:13:53 +00:00

9 lines
164 B
TOML

#TODO Make nmap work
[source]
tar = "https://github.com/RustScan/RustScan/archive/refs/tags/2.1.1.tar.gz"
[build]
template = "cargo"
dependencies = [
"nmap",
]