add license data to libstd
Include the license of libstd in the cargo metadata
This commit is contained in:
parent
8b22e70b2d
commit
ea103ef57f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue