[package] name = "pandora_lib_blastn" version = "0.1.0" edition = "2021" [dependencies] thiserror = "^1.0.50" log = "^0.4.20" env_logger = "^0.10.1" anyhow = "^1.0.75" serde_json = "1.0.120" serde = { version = "1.0.204", features = ["derive"] } confy = "0.6.1" minimap2 = { git = "https://github.com/jguhlin/minimap2-rs" } desc_seq_lib = { git = "https://git.t0m4.fr/Thomas/desc_seq_lib.git" }