redox/recipes/wip/security/sniffglue/recipe.toml
2024-07-02 06:08:02 +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",
]