소스 검색

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"]
 license = "MIT/Apache-2.0"
 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.
+"""