Changes to be committed:

modified:   Cargo.toml
This commit is contained in:
Michael Wain 2024-10-04 19:24:58 +03:00
parent f125c2665e
commit db2a8bd330

View File

@ -25,6 +25,7 @@ futures = "0.3.30"
tun2 = { version = "3.1.4", features = ["async"] }
packet = "0.1.4"
crossbeam-channel = "0.5.13"
hex = "0.4"
serde_yaml = "0.9.34"
x25519-dalek = { version = "2.0.1", features = ["getrandom", "static_secrets"] }
base64 = "0.22.1"