tilesy/Cargo.toml

27 lines
500 B
TOML

[package]
name = "bitsy-tiles"
version = "0.1.0"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
"base64" = "^0.12.3"
"bitsy-parser" = "^0.71.2"
"image" = "^0.23.7"
"wasm-bindgen" = "^0.2.64"
[dependencies.web-sys]
version = "^0.3.4"
features = [
'Document',
'Element',
'HtmlElement',
'Node',
'Window',
]