mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 15:05:37 +01:00
Update
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -10,9 +10,13 @@ tokio = { version = "1.28.2", features = ["full"] }
|
||||
tokio-util = { version = "0.7.8", features = ["compat"] }
|
||||
futures = "0.3.28"
|
||||
reqwest = { version = "0.11.18", features = ["json", "stream", "multipart"] }
|
||||
log = "0.4.18"
|
||||
env_logger = "0.10.0"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"]}
|
||||
tower-http = { version = "0.4.3", features = ["trace"] }
|
||||
|
||||
once_cell = "1.18.0"
|
||||
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
axum = "0.6.18"
|
||||
|
||||
Reference in New Issue
Block a user