[package] name = "pai-rs" version = "0.0.2" edition = "2021" authors = ["Harry Allsopp "] license = "GPL-3.0" description = "PAIRS" # description = "Precise Assessment of Indels in Rust (pairs) is a tool for detecting insertion/deletion/substituion (indels) events following CRISPR." # repository = "https://github.com/hallsopp/pairs" # documentation = "https://docs.rs/pai-rs" readme = "readme_placeholder.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "4.5.7" thiserror = "1.0"