rust-sokoban/Cargo.toml

12 lines
323 B
INI
Raw Normal View History

2020-07-23 11:55:36 -04:00
[package]
name = "rust-sokoban"
version = "0.1.0"
2020-07-23 16:35:54 -04:00
authors = ["Timothy Warren <tim@timshomepage.net>"]
2020-07-23 11:55:36 -04:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ggez = "0.5.1"
2020-07-27 10:52:48 -04:00
specs = { version="0.16.1", features=["specs-derive"] }
itertools = "0.9.0"