12 lines
334 B
TOML
12 lines
334 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.12.1", default-features = false, features = ["svg", "image", "lazy", "qr_code", "advanced", "webgl"] }
|
|
bitcoin = "0.31"
|
|
chrono = "0.4"
|