Add futures crate

Signed-off-by: Kai A. Hiller <git@kaialexhiller.de>
This commit is contained in:
Kai A. Hiller
2025-06-02 14:06:43 +02:00
parent d8fa8f7018
commit 2def4f561c
2 changed files with 2 additions and 0 deletions
Generated
+1
View File
@@ -3219,6 +3219,7 @@ dependencies = [
"camino",
"chrono",
"figment",
"futures",
"governor",
"indoc",
"ipnetwork",
+1
View File
@@ -15,6 +15,7 @@ workspace = true
tokio.workspace = true
tracing.workspace = true
anyhow.workspace = true
futures = "0.3.31"
camino = { workspace = true, features = ["serde1"] }
chrono.workspace = true