redox/recipes/wip/net/netop/recipe.toml
2024-02-17 22:09:10 +00:00

9 lines
143 B
TOML

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