diff -r 5d4ec64a6fcb -r e8f3740cc067 rust/hg-core/Cargo.toml --- a/rust/hg-core/Cargo.toml Wed May 15 22:11:41 2019 -0700 +++ b/rust/hg-core/Cargo.toml Wed Apr 24 11:34:09 2019 +0200 @@ -13,4 +13,6 @@ [dependencies] memchr = "2.2.0" -byteorder = "1.3.1" \ No newline at end of file +byteorder = "1.3.1" +lazy_static = "1.3.0" +regex = "^1.1" \ No newline at end of file