rust/hg-core/Cargo.toml
changeset 44539 fe7d2cf0b429
parent 44386 8f7c6656ac79
child 44540 82f51ab7a2dd
--- a/rust/hg-core/Cargo.toml	Fri Mar 06 17:51:03 2020 +0100
+++ b/rust/hg-core/Cargo.toml	Fri Mar 06 17:51:24 2020 +0100
@@ -21,6 +21,7 @@
 regex = "1.1.0"
 twox-hash = "1.5.0"
 same-file = "1.0.6"
+crossbeam = "0.7.3"
 
 [dev-dependencies]
 clap = "*"