aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2025-03-18 22:02:07 +0100
committerHimbeer <himbeer@disroot.org>2025-03-20 15:21:30 +0100
commita425965131b868aa48b70cf96a945aa66e7ea3c5 (patch)
treee06a3ee9e58cee6132faf413da16fa7b2570e957 /Cargo.toml
parenta16817b17ef485a45e3f686fc8ad2a5237d5fbfa (diff)
Add bulk route and policy rule parsers
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1b6db0a..2e436f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }