summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-09-10 15:23:02 +0000
committerSanto Cariotti <santo@dcariotti.me>2022-09-10 15:23:02 +0000
commit2a90d0ff8d4336850a450f749140e2df2e94fc56 (patch)
treecf6a0d94ad7f56068093a836d302cdc090747d3a /Cargo.toml
parent58d6870c33d664157c3efc9c75686e6c0779a96f (diff)
Upload files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8744df1..736ec20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Santo Cariotti <santo@dcariotti.me>"]
[dependencies]
async-trait = "0.1"
-axum = { version = "0.5.15", features = ["headers"] }
+axum = { version = "0.5.15", features = ["headers", "multipart"] }
http-body = "0.4.3"
jsonwebtoken = "8.1"
once_cell = "1.13"
@@ -20,3 +20,4 @@ sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "chro
sha256 = "1.0.3"
validator = { version = "0.16.0", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
+rand = "0.8.5"