redox/recipes/wip/monitors/sniffnet/recipe.toml
2024-07-12 07:43:19 +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",
]