feat: reconstruct ware source
This commit is contained in:
parent
9a474b7fd5
commit
e91056fee5
6 changed files with 282 additions and 2 deletions
15
ware/Cargo.toml
Normal file
15
ware/Cargo.toml
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue