tangle


git clone https://radroots.dev/git/tangle.git
Log | Files | Refs | README | LICENSE

Cargo.toml (284B)


      1 [package]
      2 name = "tangle_protocol"
      3 version.workspace = true
      4 edition.workspace = true
      5 authors.workspace = true
      6 rust-version.workspace = true
      7 license.workspace = true
      8 description = "Nostr protocol types for tangle"
      9 
     10 [dependencies]
     11 serde = "1"
     12 serde_json = "1"
     13 
     14 [lints]
     15 workspace = true