barcode-utils/Cargo.toml

19 lines
457 B
TOML
Raw Normal View History

2025-09-23 17:13:23 +02:00
[package]
2025-09-23 22:54:40 +02:00
name = "booklooker-ui"
2025-09-23 17:13:23 +02:00
version = "0.1.0"
2025-09-23 22:54:40 +02:00
edition = "2021"
2025-09-23 17:13:23 +02:00
2025-09-23 22:54:40 +02:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2025-09-23 17:13:23 +02:00
[dependencies]
2025-09-23 22:54:40 +02:00
yew = { version = "0.21", features = ["csr"] }
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
web-sys = "0.3"
js-sys = "0.3"
serde = { version = "1", features = ["derive"] }
serde-wasm-bindgen = "0.6"
console_error_panic_hook = "0.1.7"
[workspace]
members = ["src-tauri"]