passionfruitdev-cli 0.1.2

PassionFruit CLI: Tooling for rapid deployment of hobbyist applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "passionfruitdev-cli"
version = "0.1.2"
authors = ["Jim Hill <jim.hill.r@gmail.com>"]
edition = "2021"
license = "MIT"
description = "PassionFruit CLI: Tooling for rapid deployment of hobbyist applications"
repository = "https://github.com/rust-lang/cargo/"
homepage = "https://github.com/PassionFruitDev/pf-cli"
documentation = "https://github.com/PassionFruitDev/pf-cli/docs"
readme = "README.md"

[dependencies]
chrono = "0.4.31"
clap = { version = "4.4.7", features = ["derive"] }
toml_edit = "0.20.7"