20 lines
442 B
TOML
20 lines
442 B
TOML
[package]
|
|
name = "pixsy"
|
|
version = "0.72.4"
|
|
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]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
"base64" = "^0.12.3"
|
|
"bitsy-parser" = "^0.72.4"
|
|
"image" = "^0.23.7"
|
|
"json" = "^0.12.4"
|
|
"lazy_static" = "^1.4.0"
|
|
"wasm-bindgen" = "=0.2.64" # newer versions are bugged...
|