redox/recipes/wip/security/sniffnet/recipe.toml
2024-07-02 06:08:02 +00:00

10 lines
172 B
TOML

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