rust-pilot/Cargo.toml

14 lines
173 B
TOML
Raw Normal View History

2016-04-08 01:47:18 +00:00
[package]
2016-07-30 21:02:27 +00:00
name = "rust-pilot"
2016-04-08 01:47:18 +00:00
version = "0.1.0"
authors = [
"Levi Pearson <levipearson@gmail.com>"
]
[[bin]]
2016-07-30 21:02:27 +00:00
name = "rust-pilot"
2016-04-08 01:47:18 +00:00
[dependencies]
piston_window = "0.40.0"