[package] name = "ju-tcs-tbop-24-spyrzewski" version = "0.2.0" edition = "2021" license = "MIT" authors = ["Sebastian Spyrzewski sebastisn.spyrzewski@student.uj.edu.pl"] description = "simple project to get head and tail of the file" # 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-pyzik = "0.2.0"