aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2025-03-18 14:41:35 +0100
committerHimbeer <himbeer@disroot.org>2025-03-18 14:41:35 +0100
commit1319d2e1da02be5842f2b20d50209c99fb6b8df2 (patch)
tree63415f816ef1b184d7cc8edc032cb2124712376c /Cargo.toml
parentfd5925655015d6be9f3cfe7b6927f1bc270af28c (diff)
Add utilities for rule (policy routing) creation and deletion
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5a48d63..3ec6d6b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ default = ["addr", "link", "route"]
addr = []
link = ["status"]
route = []
+rule = []
tunnel = []
status = []
blocking = ["tokio/rt-multi-thread"]