Add futures crate

Signed-off-by: Kai A. Hiller <git@kaialexhiller.de>
This commit is contained in:
Kai A. Hiller
2025-05-26 13:24:15 +02:00
parent 770e4791f4
commit 65e76b558f
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -3219,6 +3219,7 @@ dependencies = [
"camino",
"chrono",
"figment",
"futures",
"governor",
"indoc",
"ipnetwork",

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