cargo-setup 0.2.1

Cargo subcommand to scaffold projects with README, LICENSE, tests/, benches/, using your cargo-me profile
[[bin]]
name = "cargo-setup"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

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

[dependencies.dirs]
version = "5"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.toml]
version = "0.8"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Cargo subcommand to scaffold projects with README, LICENSE, tests/, benches/, using your cargo-me profile"
edition = "2021"
license = "MIT"
name = "cargo-setup"
readme = "README.md"
repository = "https://github.com/JDPlumbing/cargo-setup"
version = "0.2.1"