Update some metadata on libc-test to publish

This commit is contained in:
Yuki Okushi 2021-03-02 15:16:12 +09:00
parent 68d1e3a2d6
commit 5cfe0a237c
1 changed files with 6 additions and 2 deletions

View File

@ -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]