[package] name = "rs-dog" version = "0.1.1" edition = "2021" about = "dog is a tiny GNU cat alternative" description = "dog is a tiny GNU cat alternative" authors = ["Samuel Jones "] license = "MIT" readme = "README.md" repository = "https://github.com/opsecismyth/dog" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.1.18", features = ["derive"] } [[bin]] name = "dog" path = "src/main.rs"