mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-27 06:23:18 +00:00
cargo: add testutils to workspace
This commit is contained in:
parent
722f8ff3e5
commit
6063fe8f06
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ name = "diff_bench"
|
|||
harness = false
|
||||
|
||||
[workspace]
|
||||
members = ["lib"]
|
||||
members = ["lib", "lib/testutils"]
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
|
||||
|
|
Loading…
Reference in a new issue