Cargo.toml 241 B

123456789101112
  1. [package]
  2. name = "cuckoo"
  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. aes = "0.8.1"
  8. libm = "0.2.5"
  9. rand = "0.8.5"
  10. rand_chacha = "0.3.1"