diff options
author | 2024-11-14 21:43:54 +0000 | |
---|---|---|
committer | 2024-11-14 21:43:54 +0000 | |
commit | 67b54449a1bbde257e9454419e7bb70ebc515c0f (patch) | |
tree | e23710c2d1f5d219205f26af727b478e455a0071 /Cargo.toml | |
parent | 469a3ad33914f7eff6edc9ca7fabb12f2950da84 (diff) | |
download | critch-main.tar.gz critch-main.tar.bz2 critch-main.zip |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ ructe = { version = "0.17.2", features = ["sass", "mime03"] } [dependencies] mime = "0.3.17" -poem = { version = "3.1.3", features = ["session"] } +poem = { version = "3.1.3", features = ["session", "tempfile", "multipart", "static-files"] } serde = "1.0.215" sqlx = { version = "0.8.2", features = ["uuid", "postgres", "runtime-tokio", "time"] } time = "0.3.36" |