mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
network: implement icmp nat support
This commit is contained in:
@ -18,8 +18,6 @@ udp-stream = { workspace = true }
|
||||
smoltcp = { workspace = true }
|
||||
etherparse = { workspace = true }
|
||||
async-trait = { workspace = true }
|
||||
async-ping = { workspace = true }
|
||||
icmp-client = { workspace = true }
|
||||
|
||||
[dependencies.advmac]
|
||||
path = "../libs/advmac"
|
||||
@ -30,3 +28,7 @@ path = "src/lib.rs"
|
||||
[[bin]]
|
||||
name = "hyphanet"
|
||||
path = "bin/network.rs"
|
||||
|
||||
[[example]]
|
||||
name = "ping"
|
||||
path = "examples/ping.rs"
|
||||
|
Reference in New Issue
Block a user