summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-08-22 22:32:54 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-08-22 22:32:54 +0200
commit0c656f0fe6b61c35bd40d43829a6a63fe353c589 (patch)
treec2bbbe08b62d15317fc45beb3da8290c9b93f251 /server/Cargo.toml
parent800ee06b1a59bf7bb6bb73016021bd9f28477aa4 (diff)
Create user
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 08a3b07..83ea0d9 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -15,3 +15,4 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["trace", "compression-br", "propagate-header", "sensitive-headers"] }
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres" ] }
+sha256 = "1.0.3"