Add keywords to cargo metadata.
This commit is contained in:
parent
39acd8f2fb
commit
8f8530fc00
|
@ -1,12 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "num"
|
name = "num"
|
||||||
version = "0.0.3"
|
version = "0.0.4"
|
||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
homepage = "https://github.com/rust-lang/num"
|
homepage = "https://github.com/rust-lang/num"
|
||||||
repository = "https://github.com/rust-lang/num"
|
repository = "https://github.com/rust-lang/num"
|
||||||
|
keywords = ["mathematics", "numerics"]
|
||||||
description = """
|
description = """
|
||||||
Simple numerics. This crate contains basic arbitrary-sized integer,
|
Simple numerics. This crate contains basic arbitrary-sized integer,
|
||||||
rational, and complex types.
|
rational, and complex types.
|
||||||
|
|
Loading…
Reference in New Issue