[[bin]]
name = "noapi"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.27"
[package]
authors = ["Kelvin Osei <incrediblemhi2022@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A Rust fullstack web framework [Axum + React], with the concept of Rust server actions, utilizes the type safety of Rust and TypeScript to make calls to server without APIs."
edition = "2021"
homepage = "https://github.com/incrediblemhi/NoApi/tree/main/noapi"
keywords = ["webdev", "react", "axum", "full-stack"]
license = "MIT"
name = "noapi"
readme = "README.md"
repository = "https://github.com/incrediblemhi/NoApi/tree/main/noapi"
version = "0.1.0"