summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 022024f..889da38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"