spiegel-web/image-processor/Cargo.toml
2026-03-31 20:42:13 +02:00

21 lines
454 B
TOML

[package]
edition = "2021"
name = "spiegel"
version = "1.0.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
image = "0.25"
imageproc = "0.24"
hex = "0.4"
anyhow = "1.0"
photon-rs = { version = "0.3.2" }
console_error_panic_hook = { version = "0.1.7", optional = true }
wasm-bindgen = "0.2.100"
include_dir = "0.7.3"
web-sys = "0.3.77"
[lib]
crate-type = ["cdylib", "rlib"]