mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
Rollup merge of #45669 - cardoe:metadata, r=kennytm
add Cargo metadata to libstd Add license and repository metadata to libstd
This commit is contained in:
@@ -3,6 +3,9 @@ authors = ["The Rust Project Developers"]
|
||||
name = "std"
|
||||
version = "0.0.0"
|
||||
build = "build.rs"
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rust-lang/rust.git"
|
||||
description = "The Rust Standard Library"
|
||||
|
||||
[lib]
|
||||
name = "std"
|
||||
|
||||
Reference in New Issue
Block a user