From 4519192d4f1b72210e6e687d59fdd88229428890 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Tue, 31 Oct 2017 14:57:27 -0500 Subject: [PATCH] add repository info to libstd Include the repository info for libstd in the Cargo metadata. --- src/libstd/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index c487cd82e46..a1a45029892 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -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"