notedeck

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

Cargo.toml (180B)


      1 [package]
      2 name = "tokenator"
      3 version = "0.1.0"
      4 edition = "2021"
      5 description = "A simple library for parsing a serializing string tokens"
      6 
      7 [dependencies]
      8 hex = { workspace = true }