diff options
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcore/Cargo.toml b/src/libcore/Cargo.toml index 5af63aa970f..178df02ccdd 100644 --- a/src/libcore/Cargo.toml +++ b/src/libcore/Cargo.toml @@ -9,6 +9,9 @@ path = "lib.rs" test = false bench = false +[dev-dependencies] +rand = { path = "../librand" } + [[test]] name = "coretests" path = "../libcore/tests/lib.rs" |
