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"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user