feat: reconstruct ware source

This commit is contained in:
liv 2023-03-19 17:16:49 +01:00
parent 9a474b7fd5
commit e91056fee5
6 changed files with 282 additions and 2 deletions

15
ware/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "ware"
description = "Simple middleware chains"
version = "2.0.1"
authors = ["Liv <shadows_withal@fastmail.com>"]
edition = "2021"
repository = "https://codeberg.org/shadows_withal/shtola/src/branch/main/ware"
documentation = "https://docs.rs/ware"
homepage = "https://codeberg.org/shadows_withal/shtola/src/branch/main/ware"
readme = "README.md"
categories = ["data-structures"]
keywords = ["middleware"]
license-file = "AGPL-3.0-or-later"
[dependencies]