kitty-pet-cli 0.1.3

A program that allows the user to take care of their own pet cat over the command line!
[[bin]]
name = "kitty-pet-cli"
path = "src/main.rs"

[dependencies.rand]
version = "0.8"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A program that allows the user to take care of their own pet cat over the command line!"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "kitty-pet-cli"
readme = "README.md"
version = "0.1.3"