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

9 lines
153 B
TOML

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