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