From 712a4ae8b4ad8bc0f87377fdaf0f761f126b8c05 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Wed, 19 Nov 2014 16:26:10 +1100 Subject: [PATCH] Add crates.io metadata to Cargo.toml. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 85074a1..d832592 100644 --- a/Cargo.toml +++ b/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. +"""