Skip to content

Commit ea103ef

Browse files
committed
add license data to libstd
Include the license of libstd in the cargo metadata
1 parent 8b22e70 commit ea103ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ authors = ["The Rust Project Developers"]
33
name = "std"
44
version = "0.0.0"
55
build = "build.rs"
6+
license = "MIT/Apache-2.0"
67

78
[lib]
89
name = "std"

0 commit comments

Comments
 (0)