Skip to content

Commit b4d154a

Browse files
committed
Fix stand-alone build of samply-quota-manager.
1 parent 8c6a899 commit b4d154a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

samply-quota-manager/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ readme = "README.md"
1212
[dependencies]
1313
bytesize = "1.3.0"
1414
log = "0.4.21"
15-
tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "sync", "macros"] }
15+
tokio = { version = "1.39", features = [
16+
"fs",
17+
"rt",
18+
"rt-multi-thread",
19+
"sync",
20+
"macros"
21+
] }
1622
rusqlite = { version = "0.32.0", features = ["bundled"] }
1723
rusqlite_migration = "1.2.0"

0 commit comments

Comments
 (0)