Cargo.toml 290 B

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