depolymerization

wire gateway for Bitcoin/Ethereum
Log | Files | Refs | Submodules | README | LICENSE

Cargo.toml (459B)


      1 [package]
      2 name = "depolymerizer-common"
      3 version.workspace = true
      4 edition.workspace = true
      5 authors.workspace = true
      6 homepage.workspace = true
      7 repository.workspace = true
      8 license-file.workspace = true
      9 
     10 [dependencies]
     11 sqlx = { workspace = true, features = ["macros"] }
     12 # Url format
     13 url.workspace = true
     14 # Error macros
     15 thiserror.workspace = true
     16 # Optimized uri binary format
     17 uri-pack = { path = "../uri-pack" }
     18 taler-common.workspace = true
     19 rand.workspace = true