diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-09-10 15:23:02 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-10 15:23:02 +0000 |
| commit | 2a90d0ff8d4336850a450f749140e2df2e94fc56 (patch) | |
| tree | cf6a0d94ad7f56068093a836d302cdc090747d3a /Cargo.toml | |
| parent | 58d6870c33d664157c3efc9c75686e6c0779a96f (diff) | |
Upload files
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
