mirror of
https://github.com/dndx/phantun.git
synced 2025-01-31 12:19:30 +08:00
chore(phantun) use fake-tcp from crates.io
This commit is contained in:
parent
43996c3b51
commit
716b664970
@ -13,7 +13,7 @@ Layer 4 firewalls.
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.33.3"
|
clap = "2.33.3"
|
||||||
socket2 = { version = "0.4.2", features = ["all"] }
|
socket2 = { version = "0.4.2", features = ["all"] }
|
||||||
fake-tcp = { path = "../fake-tcp" }
|
fake-tcp = "0.1.0"
|
||||||
tokio-tun = "0.3.15"
|
tokio-tun = "0.3.15"
|
||||||
tokio = { version = "1.11.0", features = ["full"] }
|
tokio = { version = "1.11.0", features = ["full"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user