Update added download and user authentecation
This commit is contained in:
@@ -9,9 +9,10 @@ bytes = "1.10"
|
||||
chrono = {version = "0.4", features = ["serde"]}
|
||||
extract = "0.1"
|
||||
fern = "0.7.1"
|
||||
log = {version = "0.4.27", feature = "std"}
|
||||
log = {version = "0.4", feature = "std"}
|
||||
rand = "0.9"
|
||||
serde = {version = "1.0", features = ["derive"]}
|
||||
serde_json = "1.0.140"
|
||||
sqlx = { version = "0.8", features = [
|
||||
"runtime-tokio", # pick exactly one runtime
|
||||
"tls-rustls", # pick exactly one TLS backend
|
||||
|
||||
Reference in New Issue
Block a user