notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

Cargo.toml (532B)


      1 [package]
      2 name = "notedeck_clndash"
      3 edition = "2024"
      4 version.workspace = true
      5 
      6 [dependencies]
      7 egui = { workspace = true }
      8 notedeck = { workspace = true }
      9 #notedeck_ui = { workspace = true }
     10 eframe = { workspace = true }
     11 tracing = { workspace = true }
     12 serde_json = { workspace = true }
     13 tokio = { workspace = true }
     14 serde = { workspace = true }
     15 egui_extras = { workspace = true }
     16 lightning-invoice = { workspace = true }
     17 hex = { workspace = true }
     18 nostrdb = { workspace = true }
     19 notedeck_ui = { workspace = true }
     20 
     21 lnsocket = "0.5.1"