19 lines
431 B
TOML
19 lines
431 B
TOML
[package]
|
|
name = "mixsy"
|
|
description = "combine Bitsy games"
|
|
version = "0.75.0"
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
repository = "https://tinybird.dev/max/mixsy"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
"bitsy-parser" = "^0.75.0"
|
|
"lazy_static" = "^1.4.0"
|
|
"wasm-bindgen" = "^0.2.64"
|