rustisia 0.0.1

A Rust web framework doing nothing yet so far
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rustisia"
version = "0.0.1"
rust-version = "1.80"
documentation = "https://docs.rs/rustisia"
edition = "2021"
authors = ["mainfn"]
repository = "https://github.com/mainfn/rustisia"
license = "MIT"
license-file = "LICENSE"
keywords = ["rustisia"]
categories = ["development-tools"]
description = "A Rust web framework doing nothing yet so far"
readme = "README.md"

[dependencies]