[package] name = "progress_bars" version = "0.3.0" edition = "2021" description = "Build a pedigree from WGS data." license = "GPL-3.0" repository = "https://github.com/constantingoeldel/alphabeta-rs" [lib] name = "progress_bars" path = "src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] indicatif = "0.17.3"