Cargo.toml 432 B

1234567891011121314151617
  1. [package]
  2. name = "pandora_lib_promethion"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. log = "^0.4.22"
  7. env_logger = "^0.11.3"
  8. anyhow = "1.0.86"
  9. glob = "0.3.1"
  10. pandora_lib_pod5 = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pod5.git" }
  11. pandora_lib_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" }
  12. regex = "1.10.5"
  13. chrono = "0.4.38"
  14. csv = "1.3.0"
  15. serde = { version = "1.0.204", features = ["derive"] }