diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,7 @@ tokio-rustls = "0.23.4" tokio = { version = "1.25.0", features = ["full"] } tokio-util = { version = "0.7.7", features = ["io"] } futures-util = "0.3.26" +futures = "0.3.26" # Config serde = { version = "1.0.152", features = ["derive"] } @@ -38,3 +39,4 @@ mime_guess = "2.0.4" bytes = "1.4.0" anyhow = "1.0.69" thiserror = "1.0.38" +proc-macro2 = "1.0.66" |