Add description metadata to libc-test

This commit is contained in:
Yuki Okushi 2021-03-02 19:22:52 +09:00
parent db6bf6fb5a
commit 1ebc29eb2e
1 changed files with 3 additions and 0 deletions

View File

@ -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 = ".."