mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-18 17:14:21 +01:00
22 lines
532 B
TOML
22 lines
532 B
TOML
[package]
|
|
name = "notedeck_clndash"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
egui = { workspace = true }
|
|
notedeck = { workspace = true }
|
|
#notedeck_ui = { workspace = true }
|
|
eframe = { workspace = true }
|
|
tracing = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tokio = { workspace = true }
|
|
serde = { workspace = true }
|
|
egui_extras = { workspace = true }
|
|
lightning-invoice = { workspace = true }
|
|
hex = { workspace = true }
|
|
nostrdb = { workspace = true }
|
|
notedeck_ui = { workspace = true }
|
|
|
|
lnsocket = "0.5.1"
|