summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-17 13:55:44 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-17 13:55:44 +0200
commit0eecf62f974cbef7c75c20786f1c78d1d2b93344 (patch)
tree9aeb463f05335b3138fb3b49d77766986eb44d83 /Cargo.lock
parent6f1b84ff3be82681e9e229aa3d63bbaafce46c5d (diff)
downloadhurrycurry-0eecf62f974cbef7c75c20786f1c78d1d2b93344.tar
hurrycurry-0eecf62f974cbef7c75c20786f1c78d1d2b93344.tar.bz2
hurrycurry-0eecf62f974cbef7c75c20786f1c78d1d2b93344.tar.zst
add ssl capability
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d48a3b6d..9bd87459 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1226,6 +1226,7 @@ dependencies = [
"env_logger",
"hurrycurry-protocol",
"log",
+ "rustls",
"sdl2",
"serde_json",
"tungstenite",