We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e633ab commit 61e7b2eCopy full SHA for 61e7b2e
Cargo.toml
@@ -5,8 +5,8 @@ authors = ["Alex Crichton <alex@alexcrichton.com>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
7
keywords = ["build-dependencies"]
8
-repository = "https://github.com/alexcrichton/cmake-rs"
9
-homepage = "https://github.com/alexcrichton/cmake-rs"
+repository = "https://github.com/rust-lang/cmake-rs"
+homepage = "https://github.com/rust-lang/cmake-rs"
10
documentation = "https://docs.rs/cmake"
11
description = """
12
A build dependency for running `cmake` to build a native library
0 commit comments