diff options
author | Himbeer <himbeer@disroot.org> | 2025-03-18 14:41:35 +0100 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-03-18 14:41:35 +0100 |
commit | 1319d2e1da02be5842f2b20d50209c99fb6b8df2 (patch) | |
tree | 63415f816ef1b184d7cc8edc032cb2124712376c /Cargo.toml | |
parent | fd5925655015d6be9f3cfe7b6927f1bc270af28c (diff) |
Add utilities for rule (policy routing) creation and deletion
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ default = ["addr", "link", "route"] addr = [] link = ["status"] route = [] +rule = [] tunnel = [] status = [] blocking = ["tokio/rt-multi-thread"] |