Add cargo keywords and categories.

Resolves #306. Suggestions welcome for better keywords/categories, though there is a limit of 5 of each.
This commit is contained in:
Keith Wansbrough 2017-07-10 17:12:20 +01:00 committed by Keith Wansbrough
parent bcccab17dd
commit eddcb54d6b
1 changed files with 2 additions and 1 deletions

View File

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