[package]
name = "swordmaster-cli"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
description = "CLI tool to scaffold projects using the Swordmaster framework"
repository = "https://github.com/king-swordmaster/Swordmaster"
homepage = "https://github.com/king-swordmaster/Swordmaster"
documentation = "https://docs.rs/swordmaster-cli"
readme = "README.md"
keywords = ["cli", "scaffold", "axum", "seaorm", "backend"]
categories = ["command-line-utilities", "development-tools"]
include = ["src/**", "templates/**", "Cargo.toml", "README.md"]
[[bin]]
name = "swordmaster"
path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
dialoguer = "0.11"
anyhow = "1"
include_dir = "0.7"