mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
10 lines
182 B
TOML
10 lines
182 B
TOML
#TODO Make nmap work
|
|
[source]
|
|
git = "https://github.com/RustScan/RustScan"
|
|
rev = "bd32f4ead4edd662633c1dd1f569132352ed9f04"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"nmap",
|
|
]
|