Add crates.io metadata to Cargo.toml.

This commit is contained in:
Huon Wilson 2014-11-19 16:26:10 +11:00
parent a8013fc60f
commit 712a4ae8b4
1 changed files with 6 additions and 0 deletions

View File

@ -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.
"""