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"
version = "0.0.0"
build = "build.rs"
license = "MIT/Apache-2.0"
[lib]
name = "std"