pixsy/Cargo.toml

20 lines
442 B
TOML
Raw Normal View History

2020-10-30 17:50:03 +00:00
[package]
name = "pixsy"
2020-11-04 15:38:43 +00:00
version = "0.72.3"
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/image-to-bitsy"
[lib]
2020-11-04 15:38:43 +00:00
crate-type = ["cdylib"]
2020-10-30 17:50:03 +00:00
[dependencies]
2020-11-04 15:38:43 +00:00
"base64" = "^0.12.3"
"bitsy-parser" = "^0.72.4"
2020-11-04 15:38:43 +00:00
"image" = "^0.23.7"
2020-11-05 18:48:22 +00:00
"json" = "^0.12.4"
2020-11-04 15:38:43 +00:00
"lazy_static" = "^1.4.0"
"wasm-bindgen" = "=0.2.64" # newer versions are bugged...