2020-04-05 17:58:04 +00:00
|
|
|
[package]
|
2020-04-12 08:48:26 +00:00
|
|
|
name = "bitsy-parser"
|
2024-09-09 21:46:51 +00:00
|
|
|
version = "0.812.0"
|
2020-04-05 17:58:04 +00:00
|
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
2021-11-10 15:25:17 +00:00
|
|
|
edition = "2021"
|
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]
|
2024-09-09 21:46:51 +00:00
|
|
|
data-encoding = "^2.6.0"
|
2020-11-07 15:44:35 +00:00
|
|
|
radix_fmt = "^1.0.0"
|
2024-09-09 21:46:51 +00:00
|
|
|
loe = "0.3.0"
|