Skip to content

Commit 026e7bc

Browse files
committed
Fix missing dependency on Windows.
1 parent 24cd5fb commit 026e7bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

application/apps/indexer/sources/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ uuid = { workspace = true , features = ["serde", "v4"] }
2424
stypes = { path = "../stypes", features=["rustcore"] }
2525
socket2 = "0.5.8"
2626

27+
[target.'cfg(windows)'.dependencies]
28+
shell-tools = { path = "../addons/shell-tools" }
29+
2730
[dev-dependencies]
2831
env_logger.workspace = true

0 commit comments

Comments
 (0)