redox/recipes/wip/security/sniffnet/recipe.toml
2024-02-11 23:12:10 +00:00

11 lines
221 B
TOML

#TODO make the libpcap dependency work
[source]
git = "https://github.com/GyulyVGC/sniffnet"
rev = "4d24bab70a6195ed9a6aac0326720ecb34154e68"
[build]
template = "cargo"
dependencies = [
"libpcap",
"fontconfig",
]