mirror of
				https://github.com/dndx/phantun.git
				synced 2025-11-04 03:45:35 +08:00 
			
		
		
		
	chore(phantun) use fake-tcp from crates.io
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user