mixsy/Cargo.toml

19 lines
431 B
TOML
Raw Normal View History

2020-07-03 13:57:07 +00:00
[package]
2020-08-23 11:19:44 +00:00
name = "mixsy"
description = "combine Bitsy games"
version = "0.72.0"
2020-07-03 13:57:07 +00:00
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
2020-08-23 11:19:44 +00:00
license = "MIT"
repository = "https://tinybird.dev/max/mixsy"
2020-07-03 13:57:07 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
2020-08-23 11:19:20 +00:00
"bitsy-parser" = "^0.72.0"
"lazy_static" = "^1.4.0"
2020-07-03 13:57:07 +00:00
"wasm-bindgen" = "^0.2.64"