mirror of
https://github.com/dndx/phantun.git
synced 2025-02-23 15:39:29 +08:00
chore(phantun) use path dependency for fake-tcp
crate
This commit is contained in:
parent
02b00dfc3a
commit
66b0bc11b0
@ -13,7 +13,7 @@ Layer 3 & Layer 4 (NAPT) firewalls/NATs.
|
||||
[dependencies]
|
||||
clap = { version = "3.0", features = ["cargo"] }
|
||||
socket2 = { version = "0.4", features = ["all"] }
|
||||
fake-tcp = "0.2"
|
||||
fake-tcp = { path = "../fake-tcp", version = "0.2" }
|
||||
tokio = { version = "1.14", features = ["full"] }
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user