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