[package]
edition = "2021"
rust-version = "1.75"
name = "swordmaster-cli"
version = "0.1.0"
authors = ["Mateus Ramos"]
build = false
include = [
"src/**",
"templates/**",
"Cargo.toml",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to scaffold projects using the Swordmaster framework"
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",
]
license = "MIT"
repository = "https://github.com/king-swordmaster/Swordmaster"
[[bin]]
name = "swordmaster"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.dialoguer]
version = "0.11"
[dependencies.include_dir]
version = "0.7"