[package] name = "uj_tcs_rust_23_17" version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "A Rust project that does CLI for head and tail commands." license = "MIT" [dependencies] clap = { version = "4.4.11", features = ["derive"] } assert_cmd = "2.0.12" ju_tcs_rust_23_19 = "0.1.1" [[bin]] name = "head_tail" path = "src/main.rs"