[package] name = "ju-tcs-rust-23-25" crate-type = ["lib"] version = "0.1.2" edition = "2021" keywords = ["learning", "head", "tail"] categories = ["command-line-interface"] license = "MIT" description = "Library providing head/tail functions implementation" repository = "https://github.com/kroist/rust-lab-cli" exclude = [ ".github/*", "test/test1.txt", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]