bitsy-parser/Cargo.toml

17 lines
455 B
TOML
Raw Normal View History

2020-04-05 17:58:04 +00:00
[package]
2020-04-12 08:48:26 +00:00
name = "bitsy-parser"
2020-07-20 20:06:38 +00:00
version = "0.71.5"
2020-04-05 17:58:04 +00:00
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
2020-07-01 14:23:55 +00:00
description = "A parser and utilities for working with Bitsy game data"
2020-04-12 13:53:33 +00:00
readme = "README.md"
repository = "https://github.com/synth-ruiner/bitsy-parser"
license = "MIT"
keywords = ["gamedev"]
2020-04-05 17:58:04 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-04-13 12:30:08 +00:00
radix_fmt = "1.0.0"
loe = "0.2.0"