rust/lfprng/Cargo.toml
author Wuzzy <Wuzzy2@mail.ru>
Fri, 11 Oct 2019 18:52:11 +0200
changeset 15471 c788c38f238d
parent 14212 bb2f301d4fe0
permissions -rw-r--r--
Bump version to 1.0.1-dev, proto number to 60
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13891
b6c35ac1c5ba Implement lagged Fibonacci PRNG in rust, compatible with hwengine
unc0rr
parents:
diff changeset
     1
[package]
b6c35ac1c5ba Implement lagged Fibonacci PRNG in rust, compatible with hwengine
unc0rr
parents:
diff changeset
     2
name = "lfprng"
b6c35ac1c5ba Implement lagged Fibonacci PRNG in rust, compatible with hwengine
unc0rr
parents:
diff changeset
     3
version = "0.1.0"
b6c35ac1c5ba Implement lagged Fibonacci PRNG in rust, compatible with hwengine
unc0rr
parents:
diff changeset
     4
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
14212
bb2f301d4fe0 2018ize everything
alfadur
parents: 13891
diff changeset
     5
edition = "2018"
13891
b6c35ac1c5ba Implement lagged Fibonacci PRNG in rust, compatible with hwengine
unc0rr
parents:
diff changeset
     6
b6c35ac1c5ba Implement lagged Fibonacci PRNG in rust, compatible with hwengine
unc0rr
parents:
diff changeset
     7
[dependencies]