From 1ebc29eb2e6e56606318ee24a85b3b40c8456991 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 2 Mar 2021 19:22:52 +0900 Subject: Add description metadata to libc-test --- libc-test/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc-test/Cargo.toml') 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 = ".." -- cgit v1.2.1