13 lines
240 B
TOML
13 lines
240 B
TOML
|
[package]
|
||
|
name = "audubon"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
argh = "0.1.12"
|
||
|
bevy = "0.12.0"
|
||
|
rand = "0.8.5"
|
||
|
rstar = "0.11.0"
|