[package] name = "zat" version = "1.1.0" edition = "2021" authors = ["Axlefublr"] license = "MIT" description = "Print a range of lines of a file." readme = "README.md" homepage = "https://github.com/Axlefublr/zat" repository = "https://github.com/Axlefublr/zat" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.11", features = ["derive"] }