Skip to content

Commit be99aaa

Browse files
committed
fix: add missing tokio features to hm-util for standalone publish
1 parent 33ba66e commit be99aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/hm-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Shared OS and filesystem utilities for Harmont crates."
88

99
[dependencies]
1010
dirs = "6"
11-
tokio = { version = "1", features = ["rt", "fs"] }
11+
tokio = { version = "1", features = ["rt", "rt-multi-thread", "fs", "io-util"] }
1212

1313
[target.'cfg(windows)'.dependencies.windows]
1414
version = "0.62"

0 commit comments

Comments
 (0)