route table
Showing
| ... | ... | @@ -20,4 +20,6 @@ netlink-sys = { version = "0.8.7", features = ["tokio"] } |
| tracing = "0.1.44" | ||
| tracing-subscriber = "0.3.22" | ||
| rand = "0.9.2" | ||
| saturating_cast = "0.1.0" | ||
| \ No newline at end of file | ||
| saturating_cast = "0.1.0" | ||
| ipnet = { version = "2.11.0", features = ["serde"] } | ||
| itertools = "0.14.0" |
Please register or sign in to comment