2022-11-08 12:35:16 +00:00
|
|
|
[package]
|
|
|
|
name = "testutils"
|
2023-06-28 14:12:40 +00:00
|
|
|
description = "Integration test utils for the jj-lib crate"
|
2022-11-08 12:35:16 +00:00
|
|
|
publish = false
|
|
|
|
|
2023-08-22 16:41:42 +00:00
|
|
|
version = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
|
|
|
rust-version = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
documentation = { workspace = true }
|
|
|
|
readme = { workspace = true }
|
2023-08-05 22:14:11 +00:00
|
|
|
|
2022-11-08 12:35:16 +00:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-08-22 16:41:42 +00:00
|
|
|
config = { workspace = true }
|
|
|
|
git2 = { workspace = true }
|
|
|
|
itertools = { workspace = true }
|
|
|
|
jj-lib = { workspace = true }
|
|
|
|
rand = { workspace = true }
|
|
|
|
tempfile = { workspace = true }
|