redox/recipes/wip/rustscan/recipe.toml
2023-12-19 01:50:14 +00:00

10 lines
182 B
TOML

#TODO Make nmap work
[source]
git = "https://github.com/RustScan/RustScan"
rev = "bd32f4ead4edd662633c1dd1f569132352ed9f04"
[build]
template = "cargo"
dependencies = [
"nmap",
]