Cargo.toml 255 B

12345678910111213
  1. [package]
  2. name = "arctic"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. curve25519-dalek = "2"
  8. rand = "0.7"
  9. sha2 = "0.9"
  10. itertools = "0.12"
  11. rayon = "1"