Skip to content

Commit 2ac1508

Browse files
committed
end-to-end tests
1 parent 6d1c07b commit 2ac1508

File tree

7 files changed

+481
-57
lines changed

7 files changed

+481
-57
lines changed

crates/cargo-test-support/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ crates-io = { path = "../crates-io" }
1515
snapbox = { version = "0.4.0", features = ["diff", "path"] }
1616
filetime = "0.2"
1717
flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
18+
pasetors = { version = "0.6.4", features = ["v3", "paserk", "std", "serde"] }
19+
time = { version = "0.3", features = ["parsing", "formatting"]}
1820
git2 = "0.15.0"
1921
glob = "0.3"
2022
itertools = "0.10.0"
2123
lazy_static = "1.0"
24+
serde = { version = "1.0.123", features = ["derive"] }
2225
serde_json = "1.0"
2326
tar = { version = "0.4.38", default-features = false }
2427
termcolor = "1.1.2"

0 commit comments

Comments
 (0)