🚧 Routing!
This commit is contained in:
parent
e643d9dd41
commit
337425446b
6 changed files with 288 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue