mirror of
https://github.com/dndx/phantun.git
synced 2025-10-17 03:05:34 +08:00
Enable date and time via logging
This commit is contained in:
@@ -15,11 +15,11 @@ packet oriented tunneling with minimum overhead.
|
||||
benchmark = []
|
||||
|
||||
[dependencies]
|
||||
bytes = "1"
|
||||
pnet = "0.33"
|
||||
tokio = { version = "1.14", features = ["full"] }
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
log = "0.4"
|
||||
internet-checksum = "0.2"
|
||||
bytes = "1.4.0"
|
||||
pnet = "0.33.0"
|
||||
tokio = { version = "1.28.0", features = ["full"] }
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
log = "0.4.17"
|
||||
internet-checksum = "0.2.1"
|
||||
tokio-tun = "0.7"
|
||||
flume = "0.10"
|
||||
flume = "0.10.14"
|
||||
|
Reference in New Issue
Block a user