mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-13 20:46:48 +00:00
add repository info to libstd
Include the repository info for libstd in the Cargo metadata.
This commit is contained in:
parent
ea103ef57f
commit
4519192d4f
@ -4,6 +4,7 @@ name = "std"
|
||||
version = "0.0.0"
|
||||
build = "build.rs"
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/rust-lang/rust.git"
|
||||
|
||||
[lib]
|
||||
name = "std"
|
||||
|
Loading…
Reference in New Issue
Block a user