diff options
Diffstat (limited to 'server/bot/Cargo.toml')
-rw-r--r-- | server/bot/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml index bd8cbe36..e00855cd 100644 --- a/server/bot/Cargo.toml +++ b/server/bot/Cargo.toml @@ -9,3 +9,4 @@ hurrycurry-protocol = { path = "../protocol" } log = "0.4.22" anyhow = "1.0.86" env_logger = "0.11.5" +rustls = { version = "0.23.12", features = ["ring"] } |