Skip to content

Commit 2def4f5

Browse files
committed
Add futures crate
Signed-off-by: Kai A. Hiller <[email protected]>
1 parent d8fa8f7 commit 2def4f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/config/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ workspace = true
1515
tokio.workspace = true
1616
tracing.workspace = true
1717
anyhow.workspace = true
18+
futures = "0.3.31"
1819

1920
camino = { workspace = true, features = ["serde1"] }
2021
chrono.workspace = true

0 commit comments

Comments
 (0)