]> git.proxmox.com Git - rustc.git/blobdiff - src/liballoc/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / liballoc / Cargo.toml
index 686e5681d12b4c68625467efb04c3f3a0c424045..0a265ee1376a0acf48d83c3463d61eaca97bd891 100644 (file)
@@ -11,6 +11,9 @@ path = "lib.rs"
 core = { path = "../libcore" }
 std_unicode = { path = "../libstd_unicode" }
 
+[dev-dependencies]
+rand = "0.3"
+
 [[test]]
 name = "collectionstests"
 path = "../liballoc/tests/lib.rs"