summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 04c3f6f..1f5fa3d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,7 @@ assets = [
argon2 = "0.5.3"
axum = { version = "0.8.1", features = ["form"] }
axum-extra = { version = "0.10.0", features = ["cookie", "query", "typed-header"] }
+base64 = "0.22.1"
chrono = { version = "0.4.39", features = ["serde"] }
clap = { version = "4.5.30", features = ["derive", "env"] }
futures = "0.3.31"
@@ -32,6 +33,7 @@ hex-literal = "0.4.1"
itertools = "0.14.0"
mime = "0.3.17"
nix = { version = "0.30.1", features = ["fs"] }
+p256 = { version = "0.13.2", features = ["ecdsa"] }
password-hash = { version = "0.5.0", features = ["std"] }
rand = "0.8.5"
rand_core = { version = "0.6.4", features = ["getrandom"] }
@@ -54,8 +56,10 @@ unicode-normalization = "0.1.24"
unicode-segmentation = "1.12.0"
unix_path = "1.0.1"
uuid = { version = "1.13.2", features = ["v4"] }
+web-push = "0.11.0"
[dev-dependencies]
+async-trait = "0.1.89"
faker_rand = "0.1.1"
pin-project = "1.1.9"
rand = "0.8.5"