From eddcb54d6b2310f5fbe9baec01c2438746f9d433 Mon Sep 17 00:00:00 2001 From: Keith Wansbrough Date: Mon, 10 Jul 2017 17:12:20 +0100 Subject: [PATCH] Add cargo keywords and categories. Resolves #306. Suggestions welcome for better keywords/categories, though there is a limit of 5 of each. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c299ad..50f06d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,8 @@ authors = ["The Rust Project Developers"] description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n" documentation = "http://rust-num.github.io/num" homepage = "https://github.com/rust-num/num" -keywords = ["mathematics", "numerics"] +keywords = ["mathematics", "numerics", "bignum"] +categories = [ "algorithms", "data-structures", "science", "cryptography" ] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num"