rnssp 0.1.0

Library for predicting runs in Rabbit & Steel from seeds and other parameters
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "gamemaker-rand"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b395cca4356d4fd73a8249a252f8c3d6f58706546f0d8e5a609e0673a7f80b6"

[[package]]
name = "rnssp"
version = "0.1.0"
dependencies = [
 "gamemaker-rand",
]