Cargo.toml 256 B

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