2020-04-05 17:58:04 +00:00
|
|
|
[package]
|
2020-04-12 08:48:26 +00:00
|
|
|
name = "bitsy-parser"
|
2020-10-09 10:57:02 +00:00
|
|
|
version = "0.72.2"
|
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"
|
2020-07-26 11:40:23 +00:00
|
|
|
repository = "https://tinybird.dev/max/bitsy-parser"
|
2020-04-12 13:53:33 +00:00
|
|
|
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"
|
2020-04-24 17:06:17 +00:00
|
|
|
loe = "0.2.0"
|