Skip to content

Commit 1ebc29e

Browse files
committed
Add description metadata to libc-test
1 parent db6bf6f commit 1ebc29e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ license = "MIT OR Apache-2.0"
66
build = "build.rs"
77
repository = "https://github.com/rust-lang/libc"
88
homepage = "https://github.com/rust-lang/libc"
9+
description = """
10+
A test crate for the libc crate.
11+
"""
912

1013
[dependencies.libc]
1114
path = ".."

0 commit comments

Comments
 (0)