baryonyx 0.1.0

A web framework inspired by Phoenix.
Documentation
[[bin]]
name = "baryonyx"
path = "src/bin.rs"

[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A web framework inspired by Phoenix."
documentation = "https://docs.rs/baryonyx/latest/baryonyx/"
edition = "2024"
exclude = ["target/", "Makefile", ".github/"]
keywords = ["web", "framework", "phoenix", "rust"]
license = "MIT"
name = "baryonyx"
readme = "README.md"
repository = "https://github.com/ericrobolson/baryonyx"
version = "0.1.0"