sparse/nl-sys/Cargo.toml
Andrew Rioux 2fc1916273 feat: added static linking against libnl
libnl will be used to help understand kernel routing tables
2023-05-06 22:44:20 -04:00

12 lines
231 B
TOML

[package]
name = "nl-sys"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.142"
[build-dependencies]
autotools = "0.2"