Cargo.toml 380 B

1234567891011121314
  1. [package]
  2. name = "cuckoo_simulation"
  3. version = "0.1.0"
  4. authors = ["Miti Mazmudar <mitimazmudar@gmail.com>", "Ian Goldberg <iang@uwaterloo.ca>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. rand_core = "0.5.1"
  9. rand_xoshiro = "0.4.0"
  10. reservoir-sampling = "0.3.1"
  11. rand = "0.8.3"
  12. rand_pcg = "0.3.0"