14 lines
351 B
TOML
14 lines
351 B
TOML
[package]
|
|
name = "liana_ui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
iced = { version = "0.9", default_features = false, features = ["svg", "image", "glow"] }
|
|
iced_native = "0.10"
|
|
iced_lazy = { version = "0.6"}
|
|
bitcoin = "0.30"
|
|
chrono = "0.4"
|