add license data to libstd
Include the license of libstd in the cargo metadata
This commit is contained in:
parent
8b22e70b2d
commit
ea103ef57f
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user