summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'libc-test/Cargo.toml')
-rw-r--r--libc-test/Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 0b23422f89..2c96556337 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,11 +1,15 @@
[package]
name = "libc-test"
-version = "0.1.0"
-authors = ["Alex Crichton <alex@alexcrichton.com>"]
+version = "0.2.87"
+authors = ["The Rust Project Developers"]
+license = "MIT OR Apache-2.0"
build = "build.rs"
+repository = "https://github.com/rust-lang/libc"
+homepage = "https://github.com/rust-lang/libc"
[dependencies.libc]
path = ".."
+version = "0.2.87"
default-features = false
[build-dependencies]