[package] name = "bottomify" description = "Fantastic (maybe) CLI for translating between bottom and human-readable text" version = "1.2.0" authors = ["Kaylynn "] license = "MIT" repository = "https://github.com/kaylynn234/bottom" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.38" clap = "2.33.3" phf = "0.8.0" [workspace] members = ["bench"] [profile.bench] debug = true [build-dependencies] phf_codegen = "0.8.0"