cargo-setup 0.2.2

Cargo subcommand to scaffold projects with README, LICENSE, tests/, benches/, using your cargo-me profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cargo-setup"
version = "0.2.2"
edition = "2021"
description = "Cargo subcommand to scaffold projects with README, LICENSE, tests/, benches/, using your cargo-me profile"
repository = "https://github.com/JDPlumbing/cargo-setup"
readme = "README.md"
license = "MIT"


[dependencies]
clap = { version = "4", features = ["derive"] }
dirs = "5"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"
chrono = "0.4"