meow-cli 2.1.5

Print ASCII cats to your terminal
[[bin]]
name = "meow-cli"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.45"

[dependencies.clap-num]
version = "1.2.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.include_dir]
features = ["glob"]
version = "0.7.4"

[dependencies.rand]
version = "0.9.2"

[package]
authors = ["PixelSergey <sergey.ichtchenko@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Print ASCII cats to your terminal"
edition = "2021"
homepage = "https://github.com/PixelSergey/meow"
keywords = ["cli", "terminal", "utility", "text", "game"]
license = "MIT"
name = "meow-cli"
readme = "README.md"
repository = "https://github.com/PixelSergey/meow"
version = "2.1.5"