pillow-cli 0.1.0

A pillow cli for pillow framework
Documentation
[[bin]]
name = "pillow-cli"
path = "src/main.rs"

[package]
name = "pillow-cli"
version = "0.1.0"
edition = "2021"
authors = ["SummaryPuppet"]
description = "A pillow cli for pillow framework"
keywords = ["cli"]
license-file = "LICENSE"
homepage = "https://github.com/SummaryPuppet/pillow_framework"
documentation = "https://github.com/SummaryPuppet/pillow_framework"
repository = "https://github.com/SummaryPuppet/pillow-cli"
readme = "README.md"
exclude = ["/examples", "/test"]
publish = true

[dependencies]
clap = { version = "4.0.19", features = ["derive"] }