feature: add cleanup
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -7,8 +7,12 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.8.6", features = ["multipart"] }
|
||||
chrono = "*"
|
||||
futures-util = "0.3.31"
|
||||
mime_guess= "*"
|
||||
rand = "*"
|
||||
tokio = { version = "1.48.0", features = ["full"] }
|
||||
tokio-util = { version = "0.7.17", features = ["io"] }
|
||||
|
||||
[features]
|
||||
cleanup = []
|
||||
|
||||
Reference in New Issue
Block a user