Cargo.toml 265 B

1234567891011121314151617
  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. structopt = "0.2.10"
  10. [dev-dependencies]
  11. criterion = "0.1.2"
  12. [[bench]]
  13. name = "sbocco"
  14. harness = false