blob: c4e3deebb677d60448f3296e395f49eae5957e2d (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "perlin-test"
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"
auto_ops = "0.3"
|