mixsy/Cargo.toml

16 lines
339 B
TOML
Raw Normal View History

2020-07-03 13:57:07 +00:00
[package]
name = "bitsy-merge"
version = "0.71.0"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
# 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"