[package] name = "line_grub" version = "0.1.2" edition = "2021" authors = ["Jason Agbebaku "] license = "MIT OR Apache-2.0" description = "A command line tool deal with unfortunately long one-string files." readme = "README.md" homepage = "https://github.com/idanmuze/line_grub" repository = "https://github.com/idanmuze/line_grub" keywords = ["cli", "strings", "pretty"] categories = ["command-line-utilities"] [dependencies] clap = { version = "4.0", features = ["derive"] } anyhow = "1.0" [profile]