Cargo.toml 241 B

1234567891011121314
  1. [package]
  2. name = "stateroot"
  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. anyhow = "1.0.98"
  10. rand = "0.8.5"
  11. sled = "0.34.7"
  12. blake3 = "1.8.1"