[package] name = "ju-tcs-tbop-24-dcfk" version = "1.0.0" edition = "2021" license = "MIT" description = "CLI tool for POSIX `head` and `tail` commands" repository = "https://github.com/chmurka1/ju-tcs-tbop-24-dcfk" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.2", features = ["derive"] } ju-tcs-tbop-24-lib-dcfk = "1.0.0"