network: implement support for smoltcp and ipstack

This commit is contained in:
Alex Zenla
2024-02-08 12:17:51 +00:00
parent a1aba364d6
commit 9dddbbe424
8 changed files with 207 additions and 37 deletions

View File

@ -51,6 +51,7 @@ netlink-packet-route = "0.19.0"
futures = "0.3.30"
ipnetwork = "0.20.0"
udp-stream = "0.0.11"
smoltcp = "0.11.0"
[workspace.dependencies.uuid]
version = "1.6.1"