redox/recipes/wip/net/other/netop/recipe.toml
2024-07-02 06:08:02 +00:00

9 lines
143 B
TOML

#TODO make libpcap work
[source]
git = "https://github.com/ZingerLittleBee/netop"
[build]
template = "cargo"
dependencies = [
"libpcap",
]