[[bin]]
name = "cargo-setupx"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.toml]
version = "0.8"
[dev-dependencies.tempfile]
version = "3.10"
[lib]
name = "cargo_setupx"
path = "src/lib.rs"
[package]
authors = ["Ricardo Ferreira <ricardoferreirades@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust-based CLI and library that automates the initial setup of new Rust projects with modular configuration packs"
edition = "2021"
license = "MIT"
name = "cargo-setupx"
readme = "README.md"
repository = "https://github.com/ricardoferreirades/cargo-setupx"
version = "0.1.0"