mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
11 lines
221 B
TOML
11 lines
221 B
TOML
#TODO make the libpcap dependency work
|
|
[source]
|
|
git = "https://github.com/GyulyVGC/sniffnet"
|
|
rev = "4d24bab70a6195ed9a6aac0326720ecb34154e68"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"libpcap",
|
|
"fontconfig",
|
|
]
|