[package]
edition = "2021"
name = "lithair-cli"
version = "0.1.0"
authors = ["Lithair Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for scaffolding Lithair projects"
readme = "README.md"
keywords = [
"lithair",
"scaffolding",
"cli",
"web-framework",
"code-generator",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lithair/lithair"
[[bin]]
name = "lithair"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dev-dependencies.tempfile]
version = "3.8"