From 8f8530fc00c1ab753c5051b457eb9b4b52926373 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Fri, 21 Nov 2014 16:02:57 +1100 Subject: [PATCH] Add keywords to cargo metadata. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91f1b2a..aec0d53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "num" -version = "0.0.3" +version = "0.0.4" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-lang/num" repository = "https://github.com/rust-lang/num" - +keywords = ["mathematics", "numerics"] description = """ Simple numerics. This crate contains basic arbitrary-sized integer, rational, and complex types.