Fix subpackages metadata
This commit is contained in:
parent
96e9166b0a
commit
7c0ab30bdc
|
@ -5,8 +5,8 @@ documentation = "http://rust-num.github.io/num"
|
||||||
homepage = "https://github.com/rust-num/num"
|
homepage = "https://github.com/rust-num/num"
|
||||||
keywords = ["mathematics", "numerics"]
|
keywords = ["mathematics", "numerics"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
name = "num"
|
|
||||||
repository = "https://github.com/rust-num/num"
|
repository = "https://github.com/rust-num/num"
|
||||||
|
name = "num"
|
||||||
version = "0.1.31"
|
version = "0.1.31"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
authors = ["Łukasz Jan Niemier <lukasz@niemier.pl>"]
|
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-bigint"
|
name = "num-bigint"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
authors = ["Łukasz Jan Niemier <lukasz@niemier.pl>"]
|
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-complex"
|
name = "num-complex"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
[package]
|
[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"
|
name = "num-integer"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Łukasz Jan Niemier <lukasz@niemier.pl>"]
|
|
||||||
|
|
||||||
[dependencies.num-traits]
|
[dependencies.num-traits]
|
||||||
path = "../traits"
|
path = "../traits"
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
authors = ["Łukasz Jan Niemier <lukasz@niemier.pl>"]
|
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-iter"
|
name = "num-iter"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
authors = ["Łukasz Jan Niemier <lukasz@niemier.pl>"]
|
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-rational"
|
name = "num-rational"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
[package]
|
[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-traits"
|
name = "num-traits"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Łukasz Jan Niemier <lukasz@niemier.pl>"]
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in New Issue