noapi 0.1.2

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.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "noapi"
version = "0.1.2"
edition = "2021"
authors = ["Kelvin Osei <incrediblemhi2022@gmail.com>"]
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."
homepage = "https://github.com/incrediblemhi/NoApi/tree/main/noapi"
repository = "https://github.com/incrediblemhi/NoApi/tree/main/noapi"
license = "MIT"
keywords = ["webdev", "react", "axum", "full-stack"]
categories = ["web-programming"]

[dependencies]
clap = "4.5.27"
regex = "1.11.1"