28 lines
509 B
TOML
28 lines
509 B
TOML
[package]
|
|
name = "pixsy"
|
|
version = "0.72.0"
|
|
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", "rlib"]
|
|
|
|
[dependencies]
|
|
"base64" = "^0.12.3"
|
|
"bitsy-parser" = "^0.72.0"
|
|
"image" = "^0.23.7"
|
|
"wasm-bindgen" = "^0.2.64"
|
|
|
|
[dependencies.web-sys]
|
|
version = "^0.3.4"
|
|
features = [
|
|
'Document',
|
|
'Element',
|
|
'HtmlElement',
|
|
'Node',
|
|
'Window',
|
|
]
|