passionfruitdev-cli 0.1.0

PassionFruit CLI: Tooling for rapid deployment of hobbyist applications
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.clap]
features = ["derive"]
version = "4.4.7"

[package]
description = "PassionFruit CLI: Tooling for rapid deployment of hobbyist applications"
documentation = "https://github.com/PassionFruitDev/pf-cli/docs"
edition = "2021"
homepage = "https://github.com/PassionFruitDev/pf-cli"
license = "MIT"
name = "passionfruitdev-cli"
readme = "README.md"
repository = "https://github.com/rust-lang/cargo/"
version = "0.1.0"