We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac21e7 commit 7419050Copy full SHA for 7419050
Cargo.lock
@@ -272,6 +272,7 @@ dependencies = [
272
"atty",
273
"bytesize",
274
"cargo-test-macro",
275
+ "cargo-test-support",
276
"clap",
277
"core-foundation",
278
"crates-io",
@@ -329,6 +330,23 @@ dependencies = [
329
330
name = "cargo-test-macro"
331
version = "0.1.0"
332
333
+[[package]]
334
+name = "cargo-test-support"
335
+version = "0.1.0"
336
+dependencies = [
337
+ "cargo",
338
+ "cargo-test-macro",
339
+ "filetime",
340
+ "flate2",
341
+ "git2",
342
+ "glob",
343
+ "lazy_static 1.3.0",
344
+ "remove_dir_all",
345
+ "serde_json",
346
+ "tar",
347
+ "url 2.1.0",
348
+]
349
+
350
[[package]]
351
name = "cargo_metadata"
352
version = "0.8.0"
src/tools/cargo
0 commit comments