feat(phantom) initial phantom commit

This commit is contained in:
Datong Sun
2021-09-16 11:25:28 -07:00
committed by Datong Sun
commit 10a9af3658
7 changed files with 638 additions and 0 deletions

13
Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "phantom"
version = "0.1.0"
edition = "2018"
[dependencies]
bytes = "1"
pnet = "0.28.0"
tokio-tun = "0.3.15"
tokio = { version = "1.11.0", features = ["full"] }
lru_time_cache = "0.11.11"
rand = { version = "0.8.4", features = ["small_rng"] }
clap = "2.33.3"