Spaces:
Running
Running
Upload Cargo.toml
Browse files- Cargo.toml +1 -1
Cargo.toml
CHANGED
|
@@ -10,7 +10,7 @@ axum = "0.7"
|
|
| 10 |
http = "1.0"
|
| 11 |
tower-http = { version = "0.5", features = ["cors", "trace", "compression-br", "compression-deflate", "compression-gzip"] }
|
| 12 |
tracing-subscriber = "0.3"
|
| 13 |
-
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
| 14 |
serde = { version = "1.0", features = ["derive"] }
|
| 15 |
reqwest = { version = "0.11", features = ["json", "rustls-tls", "cookies", "gzip", "stream"], default-features = false }
|
| 16 |
serde_json = "1.0"
|
|
|
|
| 10 |
http = "1.0"
|
| 11 |
tower-http = { version = "0.5", features = ["cors", "trace", "compression-br", "compression-deflate", "compression-gzip"] }
|
| 12 |
tracing-subscriber = "0.3"
|
| 13 |
+
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs"] }
|
| 14 |
serde = { version = "1.0", features = ["derive"] }
|
| 15 |
reqwest = { version = "0.11", features = ["json", "rustls-tls", "cookies", "gzip", "stream"], default-features = false }
|
| 16 |
serde_json = "1.0"
|