diff --git a/Cargo.lock b/Cargo.lock index cea687ff5..a93f968ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -408,6 +408,15 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" +[[package]] +name = "cmake" +version = "0.1.50" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" +dependencies = [ + "cc", +] + [[package]] name = "codespan-reporting" version = "0.11.1" @@ -2049,6 +2058,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "951deab27af08ed9c6068b7b0d05a93c91f0a8eb16b6b816a5e73452a43521d3" dependencies = [ "cfg-if", + "cmake", "libc", "version-compare", ]