15 lines
427 B
TOML
15 lines
427 B
TOML
[package]
|
|
name = "liana-ui"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
iced = { version = "0.13.1", default-features = false, features = ["svg", "image", "lazy", "qr_code", "advanced"] }
|
|
iced_core = { version = "0.13.2" }
|
|
iced_runtime = { version = "0.13.2" }
|
|
unicode-segmentation = "1.0"
|
|
bitcoin = "0.32"
|
|
chrono = "0.4"
|