rust/hg-core/Cargo.toml
changeset 41692 ee7b7bd432a1
parent 40271 dbc28c91f7ff
child 42302 d1786c1d34fa
--- a/rust/hg-core/Cargo.toml	Tue Feb 12 13:46:38 2019 -0800
+++ b/rust/hg-core/Cargo.toml	Sun Dec 02 16:19:22 2018 +0100
@@ -6,3 +6,7 @@
 
 [lib]
 name = "hg"
+
+[dev-dependencies]
+rand = "*"
+rand_pcg = "*"