Преглед на файлове

Add some crate metadata

Alex Crichton преди 6 години
родител
ревизия
1fa8d083c2
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      Cargo.toml

+ 9 - 0
Cargo.toml

@@ -2,6 +2,15 @@
 authors = ["Jorge Aparicio <japaricious@gmail.com>"]
 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