From 2a90d0ff8d4336850a450f749140e2df2e94fc56 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 10 Sep 2022 17:23:02 +0200 Subject: Upload files --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] [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" -- cgit v1.2.3-71-g8e6c