Cargo.toml 293 B

12345678910111213141516
  1. [package]
  2. name = "pileup"
  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. rust-htslib = "0.46.0"
  8. anyhow = "^1.0.75"
  9. average = "0.14.1"
  10. rayon = "1.9.0"
  11. log = "^0.4.20"
  12. env_logger = "^0.10.1"