spawn-cli 0.2.0

A command-line tool for creating files and folders from a template.
[package]
name = "spawn-cli"
version = "0.2.0"
edition = "2021"
description = "A command-line tool for creating files and folders from a template."
license = "MIT" 
authors = ["Paul van der Meijs"]
repository = "https://github.com/paulvandermeijs/spawn"
keywords = ["cli"]

[[bin]]
name = "spwn"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.27", features = ["derive"] }
clap-verbosity = "2.1.0"
directories = "6.0.0"
env_logger = "0.11.6"
gix = { version = "0.70.0", features = ["blocking-network-client"] }
globset = "0.4.15"
inquire = "0.7.5"
log = "0.4.25"
pathdiff = "0.2.3"
sha2 = "0.10.8"
tera = "1.20.0"
walkdir = "2.5.0"