app

Local-first trade for farms and co-ops
git clone https://radroots.dev/git/app.git
Log | Files | Refs | README | LICENSE

Cargo.toml (271B)


      1 [package]
      2 name = "radroots_app_types"
      3 version.workspace = true
      4 edition.workspace = true
      5 authors.workspace = true
      6 rust-version.workspace = true
      7 license.workspace = true
      8 publish = false
      9 
     10 [dependencies]
     11 serde.workspace = true
     12 uuid.workspace = true
     13 
     14 [lints]
     15 workspace = true