aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-19 02:52:14 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-19 02:52:14 +0200
commit6c3524c381467483a025eda5e7e5f0ded53094fa (patch)
tree0d081ed4bc18f0a950783a5fe8e1fe4e08c888d1 /Cargo.toml
parentb005bbca6d8c1adb9c12e10d79028717b9d963c5 (diff)
downloadgnix-6c3524c381467483a025eda5e7e5f0ded53094fa.tar
gnix-6c3524c381467483a025eda5e7e5f0ded53094fa.tar.bz2
gnix-6c3524c381467483a025eda5e7e5f0ded53094fa.tar.zst
paths module
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml13
1 files changed, 7 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a9b4586..bc18ba9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ hex = "0.4.3"
# TLS
rustls-pemfile = "2.1.3"
-rustls = { version="0.23.12", default-features = false, features=["ring"] }
+rustls = { version = "0.23.12", default-features = false, features = ["ring"] }
tokio-rustls = "0.26.0"
rustls-webpki = "0.102.6"
ring = "0.17.8"
@@ -42,13 +42,14 @@ markup = "0.15.0"
humansize = "2.1.3"
mime_guess = "2.0.5"
-bytes = "1.7.1"
-anyhow = "1.0.86"
-thiserror = "1.0.63"
-
# Crypto for authentificating clients
aes-gcm-siv = "0.11.1"
argon2 = "0.6.0-pre.1"
rand = "0.9.0-alpha.2"
-users = "0.11.0"
+# Other helpers and stuff
+bytes = "1.7.1"
+anyhow = "1.0.86"
+thiserror = "1.0.63"
+regex = "1.10.6"
+users = "0.11.0" \ No newline at end of file