Cargo.toml 421 B

12345678910111213141516
  1. [package]
  2. name = "pandora_lib_blastn"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. thiserror = "^1.0.50"
  7. log = "^0.4.20"
  8. env_logger = "^0.11.5"
  9. anyhow = "^1.0.75"
  10. serde_json = "1.0.120"
  11. serde = { version = "1.0.204", features = ["derive"] }
  12. confy = "0.6.1"
  13. # minimap2 = { git = "https://github.com/jguhlin/minimap2-rs" }
  14. # desc_seq_lib = { git = "https://git.t0m4.fr/Thomas/desc_seq_lib.git" }
  15. num-format = "0.4.4"