sprite-rs/Cargo.toml

12 lines
243 B
TOML
Raw Normal View History

2022-02-27 17:26:39 +00:00
[package]
2022-02-28 20:09:33 +00:00
name = "sprite"
2022-02-27 17:26:39 +00:00
version = "0.1.0"
edition = "2021"
2022-02-28 22:43:27 +00:00
authors = ["Marceline Cramer <mars@tebibyte.media>"]
license = "GPL-3.0-or-later"
2022-02-27 17:26:39 +00:00
[dependencies]
console = "0.15.0"
logos = "0.12.0"
2022-03-03 19:14:39 +00:00
strum = { version="0.24", features=["derive"] }