rnx 0.7.0

The Rust web development scaffold, support salvo and axum
[package]
name = "rnx"
version = "0.7.0"
edition = "2024"
authors = ["ShengHui <847713844@qq.com>"]
description = "The Rust web development scaffold, support salvo and axum"
keywords = ["http", "web", "api", "salvo", "axum"]
documentation = "https://docs.rs/rnx"
license = "MIT"
repository = "https://github.com/noble-gase/rn"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dependencies]
clap = { version = "4.5", features = ["derive"] }
tera = "1"
serde = { version = "1", features = ["derive"] }