license field fixes
This commit is contained in:
parent
a50923bec7
commit
e02b467eca
@ -2,7 +2,7 @@
|
||||
name = "rand"
|
||||
version = "0.7.0"
|
||||
authors = ["The Rand Project Developers", "The Rust Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "rand_chacha"
|
||||
version = "0.2.1"
|
||||
authors = ["The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_chacha/"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "rand_core"
|
||||
version = "0.5.0"
|
||||
authors = ["The Rand Project Developers", "The Rust Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_core/"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "rand_distr"
|
||||
version = "0.2.1"
|
||||
authors = ["The Rand Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_distr/"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "rand_hc"
|
||||
version = "0.2.0"
|
||||
authors = ["The Rand Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_hc/"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "rand_isaac"
|
||||
version = "0.2.0"
|
||||
authors = ["The Rand Project Developers", "The Rust Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_isaac/"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "rand_os"
|
||||
version = "0.2.0"
|
||||
authors = ["The Rand Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://docs.rs/rand_os"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "rand_pcg"
|
||||
version = "0.2.0"
|
||||
authors = ["The Rand Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_pcg/"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "rand_xorshift"
|
||||
version = "0.2.0"
|
||||
authors = ["The Rand Project Developers", "The Rust Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://rust-random.github.io/rand/rand_xorshift/"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "rand_xoshiro"
|
||||
version = "0.3.1" # NB: When modifying, also modify html_root_url in lib.rs
|
||||
authors = ["The Rand Project Developers"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/rust-random/rand"
|
||||
documentation = "https://docs.rs/rand_xoshiro"
|
||||
|
@ -4,7 +4,7 @@ description = "Minimal crate to test that rand can be build for web assembly tar
|
||||
version = "0.1.0"
|
||||
authors = ["The Rand Project Developers"]
|
||||
publish = false
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
|
Loading…
x
Reference in New Issue
Block a user