summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2021-03-02 19:22:52 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2021-03-02 19:22:52 +0900
commit1ebc29eb2e6e56606318ee24a85b3b40c8456991 (patch)
tree62865b17bd657bcfc94896c34ff897962b1b765e /libc-test/Cargo.toml
parentdb6bf6fb5a663dd669ff6081fd85b2e6d4f3b0fa (diff)
downloadrust-libc-1ebc29eb2e6e56606318ee24a85b3b40c8456991.tar.gz
Add description metadata to libc-test
Diffstat (limited to 'libc-test/Cargo.toml')
-rw-r--r--libc-test/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 2c96556337..d403d8dcfe 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -6,6 +6,9 @@ license = "MIT OR Apache-2.0"
build = "build.rs"
repository = "https://github.com/rust-lang/libc"
homepage = "https://github.com/rust-lang/libc"
+description = """
+A test crate for the libc crate.
+"""
[dependencies.libc]
path = ".."