diff options
author | Himbeer <himbeer@disroot.org> | 2025-03-18 22:02:07 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-20 15:21:30 +0100 |
commit | a425965131b868aa48b70cf96a945aa66e7ea3c5 (patch) | |
tree | e06a3ee9e58cee6132faf413da16fa7b2570e957 /Cargo.toml | |
parent | a16817b17ef485a45e3f686fc8ad2a5237d5fbfa (diff) |
Add bulk route and policy rule parsers
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.6.0", features = ["blocking"] } +rsdsl_netlinklib = { git = "https://github.com/rsdsl/netlinklib.git", version = "0.6.0", features = ["blocking", "rule"] } |