notedeck

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

Cargo.toml (675B)


      1 [package]
      2 name = "notedeck_messages"
      3 version = { workspace = true }
      4 edition = "2021"
      5 description = "The direct messages app that ships with Notedeck"
      6 license = "GPL-3.0-or-later"
      7 
      8 [dependencies]
      9 egui = { workspace = true }
     10 egui_extras = { workspace = true }
     11 egui_virtual_list = { workspace = true }
     12 enostr = { workspace = true }
     13 hashbrown = { workspace = true }
     14 notedeck = { workspace = true }
     15 nostrdb = { workspace = true }
     16 profiling = { workspace = true }
     17 tracing = { workspace = true }
     18 uuid = { workspace = true }
     19 tempfile = { workspace = true }
     20 notedeck_ui = { workspace = true }
     21 chrono = { workspace = true }
     22 nostr = { workspace = true }
     23 egui_nav = { workspace = true }