redox/recipes/wip/netop/recipe.toml
2023-12-22 13:58:08 +00:00

9 lines
143 B
TOML

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