blob: 1d14093dad589c43a3660c73b95cc3194c3c8612 (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "gen_random"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.8"
|