2020-04-05 17:58:04 +00:00
|
|
|
[package]
|
2020-04-12 08:48:26 +00:00
|
|
|
name = "bitsy-parser"
|
2020-04-13 18:26:11 +00:00
|
|
|
version = "0.65.4"
|
2020-04-05 17:58:04 +00:00
|
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
|
|
|
edition = "2018"
|
2020-04-12 13:53:33 +00:00
|
|
|
description = "A parser for Bitsy game data"
|
|
|
|
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"
|