From d90aa8c244a9de892d93735f1123cab2e3bb5640 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 21 Nov 2018 11:09:24 -0800 Subject: [PATCH] Add some crate metadata --- library/compiler-builtins/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/library/compiler-builtins/Cargo.toml b/library/compiler-builtins/Cargo.toml index a7f34c007a6c..97cad699cb99 100644 --- a/library/compiler-builtins/Cargo.toml +++ b/library/compiler-builtins/Cargo.toml @@ -2,6 +2,15 @@ authors = ["Jorge Aparicio "] name = "compiler_builtins" version = "0.1.0" +license = "MIT/Apache-2.0" +readme = "README.md" +repository = "https://github.com/rust-lang-nursery/compiler-builtins" +homepage = "https://github.com/rust-lang-nursery/compiler-builtins" +documentation = "https://docs.rs/compiler_builtins" +description = """ +Compiler intrinsics used by the Rust compiler. Also available for other targets +if necessary! +""" [lib] test = false