Cargo.toml 244 B

12345678910111213141516
  1. [package]
  2. name = "rainbowcazzi"
  3. version = "0.1.0"
  4. authors = ["bic <bicno@autistici.org>"]
  5. [dependencies]
  6. crypto-hash = "0.3.1"
  7. rayon = "1.0.2"
  8. memmap = "0.7.0"
  9. [dev-dependencies]
  10. criterion = "0.1.2"
  11. [[bench]]
  12. name = "sbocco"
  13. harness = false