瀏覽代碼

Add crates.io metadata to Cargo.toml.

Huon Wilson 10 年之前
父節點
當前提交
712a4ae8b4
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Cargo.toml

+ 6 - 0
Cargo.toml

@@ -5,3 +5,9 @@ version = "0.0.2"
 authors = ["The Rust Project Developers"]
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 license = "MIT/Apache-2.0"
 homepage = "https://github.com/rust-lang/num"
 homepage = "https://github.com/rust-lang/num"
+repository = "https://github.com/rust-lang/num"
+
+description = """
+Simple numerics. This crate contains basic arbitrary-sized integer,
+rational, and complex types.
+"""