mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
network: start work on NAT implementation
This commit is contained in:
@ -6,7 +6,6 @@ members = [
|
||||
"libs/xen/xenclient",
|
||||
"libs/advmac",
|
||||
"libs/loopdev",
|
||||
"libs/ipstack",
|
||||
"shared",
|
||||
"container",
|
||||
"network",
|
||||
@ -52,6 +51,8 @@ futures = "0.3.30"
|
||||
ipnetwork = "0.20.0"
|
||||
udp-stream = "0.0.11"
|
||||
smoltcp = "0.11.0"
|
||||
etherparse = "0.14.2"
|
||||
async-trait = "0.1.77"
|
||||
|
||||
[workspace.dependencies.uuid]
|
||||
version = "1.6.1"
|
||||
|
Reference in New Issue
Block a user