Skip to content

Commit

Permalink
Add darkside-tests feature to zingo-lib include on darkside-tests
Browse files Browse the repository at this point in the history
module
  • Loading branch information
pacu committed Nov 22, 2023
1 parent 766d68c commit 7cc291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darkside-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
zingo-cli = { path = "../zingocli" }
zingolib = { path = "../zingolib", features = ["test"] }
zingolib = { path = "../zingolib", features = ["test", "darkside_tests"] }
zingo-testutils = { path = "../zingo-testutils" }
zingoconfig = { path = "../zingoconfig" }
tokio = { version = "1.25.0", features = ["full"] }
Expand Down

0 comments on commit 7cc291b

Please sign in to comment.