Support pre-shared key

This commit is contained in:
George Hopkins 2023-10-02 16:24:37 +02:00
parent 43a20ef6b3
commit 653c314409
3 changed files with 26 additions and 1 deletions

View file

@ -22,6 +22,7 @@ async-trait = "0.1"
priority-queue = "1.3.0"
smoltcp = { version = "0.8.2", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }
bytes = "1"
base64 = "0.21"
# forward boringtuns tracing events to log
tracing = { version = "0.1", default-features = false, features = ["log"] }