|
@@ -1,7 +1,13 @@
|
|
|
[package]
|
|
|
+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"]
|
|
|
+license = "MIT/Apache-2.0"
|
|
|
+repository = "https://github.com/rust-num/num"
|
|
|
name = "num-integer"
|
|
|
version = "0.1.0"
|
|
|
-authors = ["Łukasz Jan Niemier <[email protected]>"]
|
|
|
|
|
|
[dependencies.num-traits]
|
|
|
path = "../traits"
|