[package] name = "ju-tcs-tbop-24-salvatore" version = "1.0.1" edition = "2021" description = "A program used to read first or last lines of a file." license = "MIT" authors = ["Piotr Kaliciak ", "Kamil Galewski"] # 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-ganacci = "0.2.0" [[bin]] name = "salvatore" path = "src/main.rs"