noapi-functions 0.1.0

Functions for the noapi framework
Documentation
[dependencies.axum]
version = "0.8.1"

[dependencies.listenfd]
version = "1.0.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.tokio]
features = ["full"]
version = "1.43.0"

[dependencies.tower]
version = "0.5.2"

[dependencies.tower-http]
features = ["fs"]
version = "0.6.2"

[lib]
name = "noapi_functions"
path = "src/lib.rs"

[package]
authors = ["Kelvin Osei <incrediblemhi2022@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "Functions for the noapi framework"
edition = "2021"
homepage = "https://github.com/incrediblemhi/NoApi/tree/main/noapi"
keywords = ["webdev", "react", "axum", "full-stack"]
license = "MIT"
name = "noapi-functions"
readme = false
repository = "https://github.com/incrediblemhi/NoApi/tree/main/noapi"
version = "0.1.0"