bevy/tiny-town/Cargo.toml
2019-11-30 21:21:45 -08:00

10 lines
No EOL
253 B
TOML

[package]
name = "tiny-town"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { path = "../" }