bitsy-parser/Cargo.toml

18 lines
476 B
TOML
Raw Permalink Normal View History

2020-04-05 17:58:04 +00:00
[package]
2020-04-12 08:48:26 +00:00
name = "bitsy-parser"
2021-11-10 15:25:17 +00:00
version = "0.710.1"
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]
2020-11-07 15:44:35 +00:00
data-encoding = "^2.3.1"
radix_fmt = "^1.0.0"
loe = "^0.2.0"