Skip to content

Commit d6cc46b

Browse files
committed
Update cargo info
1 parent b5bbb23 commit d6cc46b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[package]
22
name = "mt19937"
3-
version = "0.1.0"
4-
authors = ["Noah <33094578+coolreader18@users.noreply.github.com>"]
3+
version = "1.0.0"
4+
authors = ["Noah <33094578+coolreader18@users.noreply.github.com>", "RustPython Team"]
55
edition = "2018"
6-
license = "BSD-3-Clause"
6+
license-file = "LICENSE"
77
description = "A translation of the MT19937 Mersenne Twister rng algorithm to Rust"
8+
documentation = "https://docs.rs/mt19937"
9+
repository = "https://github.com/RustPython/mt19937"
810

911
[dependencies]
1012
rand_core = "0.5"

0 commit comments

Comments
 (0)