tangle


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

Cargo.toml (608B)


      1 [package]
      2 name = "tangle_test_support"
      3 version.workspace = true
      4 edition.workspace = true
      5 authors.workspace = true
      6 rust-version.workspace = true
      7 license.workspace = true
      8 description = "Deterministic fixtures and event builders for tangle tests"
      9 
     10 [dependencies]
     11 k256 = { version = "0.13", features = ["schnorr"] }
     12 pocket-types = { git = "https://github.com/triesap/pocket", rev = "329334f20948c796c6016b673b92551ac4855ad7" }
     13 serde_json = "1"
     14 tangle_crypto = { path = "../tangle_crypto" }
     15 tangle_groups = { path = "../tangle_groups" }
     16 tangle_protocol = { path = "../tangle_protocol" }
     17 
     18 [lints]
     19 workspace = true