Cargo.toml 274 B

12345678910111213
  1. [package]
  2. name = "xmrpowdata"
  3. version = "0.4.1"
  4. authors = ["Dyne.org foundation <foundation@dyne.org>"]
  5. license = "AGPL-3.0-only"
  6. edition = "2021"
  7. [workspace]
  8. [dependencies]
  9. monero = "0.21.0"
  10. tiny-keccak = { version = "2.0.2", features = ["keccak"] }
  11. thiserror = "2.0.12"