Enable date and time via logging

This commit is contained in:
Luca Ferrarotti
2023-05-14 15:29:00 +02:00
parent 6c42f02b28
commit 7220b72b39
4 changed files with 71 additions and 18 deletions

View File

@@ -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"