[package] name = "meow-cli" version = "2.1.4" edition = "2021" authors = ["PixelSergey "] license = "MIT" description = "Print ASCII cats to your terminal" readme = "README.md" homepage = "https://github.com/PixelSergey/meow" repository = "https://github.com/PixelSergey/meow" keywords = ["cli", "terminal", "utility", "text", "game"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.17", features = ["derive"] } clap-num = "1.1.1" glob = "0.3.1" include_dir = { version = "0.7.4", features = ["glob"] } rand = "0.8.5"