diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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 |