]> git.proxmox.com Git - rustc.git/blobdiff - src/libcore/Cargo.toml
New upstream version 1.20.0+dfsg1
[rustc.git] / src / libcore / Cargo.toml
index 5af63aa970f2c7cb50a720298b73dbc875e5b4c9..178df02ccdde33e5e4c97a130a961f6f5c91ddc6 100644 (file)
@@ -9,6 +9,9 @@ path = "lib.rs"
 test = false
 bench = false
 
+[dev-dependencies]
+rand = { path = "../librand" }
+
 [[test]]
 name = "coretests"
 path = "../libcore/tests/lib.rs"