pixsy/Cargo.toml

20 lines
392 B
TOML
Raw Normal View History

2020-10-30 17:50:03 +00:00
[package]
name = "pixsy"
version = "0.710.0"
2020-10-30 17:50:03 +00:00
description = "convert images to Bitsy rooms"
authors = ["Max Bradbury <max@tinybird.info>"]
edition = "2018"
license = "MIT"
repository = "https://tinybird.dev/max/pixsy"
2020-10-30 17:50:03 +00:00
[lib]
2020-11-04 15:38:43 +00:00
crate-type = ["cdylib"]
2020-10-30 17:50:03 +00:00
[dependencies]
base64 = "^0.12.3"
bitsy-parser = "^0.710.0"
image = "^0.23.7"
json = "^0.12.4"
lazy_static = "^1.4.0"
wasm-bindgen = "^0.2.78"