We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bbb23 commit d6cc46bCopy full SHA for d6cc46b
1 file changed
Cargo.toml
@@ -1,10 +1,12 @@
1
[package]
2
name = "mt19937"
3
-version = "0.1.0"
4
-authors = ["Noah <33094578+coolreader18@users.noreply.github.com>"]
+version = "1.0.0"
+authors = ["Noah <33094578+coolreader18@users.noreply.github.com>", "RustPython Team"]
5
edition = "2018"
6
-license = "BSD-3-Clause"
+license-file = "LICENSE"
7
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"
10
11
[dependencies]
12
rand_core = "0.5"
0 commit comments