redox/recipes/wip/net/monitor/rustnet/recipe.toml
2026-02-17 22:34:00 -03:00

10 lines
164 B
TOML

#TODO not compiled or tested
[source]
git = "https://github.com/domcyrus/rustnet"
shallow_clone = true
[build]
template = "cargo"
dependencies = [
"libpcap",
]