gize 0.5.1

The Gize command-line interface: productivity-first backend framework for Rust.
[package]
name = "gize"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "The Gize command-line interface: productivity-first backend framework for Rust."
keywords = ["web", "framework", "codegen", "cli", "scaffolding"]
categories = ["command-line-utilities", "web-programming", "development-tools"]
homepage = "https://gize-rust-framework.vercel.app/en"

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

[dependencies]
gize-core.workspace = true
gize-generator.workspace = true
gize-db.workspace = true
anyhow.workspace = true
clap = { workspace = true }
dotenvy.workspace = true