changeset 40272 | a36c5e23c055 |
parent 40271 | dbc28c91f7ff |
child 40964 | 98a0fbda8739 |
--- a/rust/Cargo.lock Thu Sep 27 17:03:16 2018 +0200 +++ b/rust/Cargo.lock Thu Sep 27 16:51:36 2018 +0200 @@ -30,6 +30,14 @@ ] [[package]] +name = "hgdirectffi" +version = "0.1.0" +dependencies = [ + "hg-core 0.1.0", + "libc 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)", +] + +[[package]] name = "kernel32-sys" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index"