add license data to libstd

Include the license of libstd in the cargo metadata
This commit is contained in:
Doug Goldstein 2017-10-31 14:49:29 -05:00
parent 8b22e70b2d
commit ea103ef57f
No known key found for this signature in database
GPG Key ID: 6C4E620431C9980D

View File

@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"]
name = "std" name = "std"
version = "0.0.0" version = "0.0.0"
build = "build.rs" build = "build.rs"
license = "MIT/Apache-2.0"
[lib] [lib]
name = "std" name = "std"