lenso-cli 0.1.1

Lenso command-line interface for scaffolding and operating Lenso backend projects.
[package]
name = "lenso-cli"
version = "0.1.1"
edition.workspace = true
license = "MIT"
description = "Lenso command-line interface for scaffolding and operating Lenso backend projects."
repository = "https://github.com/LioRael/lenso"
homepage = "https://github.com/LioRael/lenso"
rust-version.workspace = true
categories = ["command-line-utilities", "development-tools"]
keywords = ["cli", "scaffold", "backend", "framework"]
include = [
    "console/**",
    "src/**/*.rs",
    "templates/**",
    "README.md",
    "Cargo.toml",
]

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

[dependencies]
anyhow.workspace = true
clap.workspace = true
include_dir.workspace = true
reqwest.workspace = true
serde_json.workspace = true
tokio.workspace = true

[lints]
workspace = true