notedeck

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

Cargo.toml (328B)


      1 [package]
      2 name = "notedeck_wasm"
      3 version = { workspace = true }
      4 edition = "2021"
      5 license = "GPLv3"
      6 description = "WASM mini-app runtime for Notedeck"
      7 
      8 [dependencies]
      9 wasmer = "7"
     10 notedeck = { workspace = true }
     11 egui = { workspace = true }
     12 tracing = { workspace = true }
     13 
     14 [dev-dependencies]
     15 wat = "1"
     16 dirs = { workspace = true }