🚧 Routing!

This commit is contained in:
Malted 2023-09-16 22:27:24 +01:00
parent e643d9dd41
commit 337425446b
No known key found for this signature in database
6 changed files with 288 additions and 2 deletions

View file

@ -23,6 +23,9 @@ tokio = ["tokio/net", "dep:futures"]
[target.'cfg(feature = "tokio")'.dev-dependencies]
tokio = { features = ["rt", "macros"] }
[target.'cfg(linux)'.dependencies]
rtnetlink = "0.13.1"
[target.'cfg(windows)'.dependencies]
lazy_static = "1.4"
libloading = "0.7"