From 66b0bc11b014e33a0dd59128ea4fa7d1a8cf731e Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Fri, 8 Apr 2022 19:51:11 -0700 Subject: [PATCH] chore(phantun) use path dependency for `fake-tcp` crate --- phantun/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index 549f008..1f5e4c2 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -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"