shtola

ssg in rust
git clone https://tilde.team/~marisa/repo/shtola.git
Log | Files | Refs | LICENSE

commit 5a79cfcb6fe9ed02703dc28073dcdf4a66472663
parent 29162efd49e965e5e9f38e3d10d338e2b0100e89
Author: marisa <mokou@posteo.de>
Date:   Thu, 31 Oct 2019 17:10:55 +0100

Properly fill out Cargo.toml; Add license

Diffstat:
ALICENSE | 39+++++++++++++++++++++++++++++++++++++++
Mware/Cargo.toml | 8++++++++
2 files changed, 47 insertions(+), 0 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -0,0 +1,39 @@ +The Prosperity Public License 2.0.0 + +Contributor: Marisa H. + +Source Code: https://github.com/fmoko/shtola + +This license lets you use and share this software for free, +with a trial-length time limit on commercial use. Specifically: + +If you follow the rules below, you may do everything with this +software that would otherwise infringe either the contributor's +copyright in it, any patent claim the contributor can license +that covers this software as of the contributor's latest +contribution, or both. + +1. You must limit use of this software in any manner primarily + intended for or directed toward commercial advantage or + private monetary compensation to a trial period of 32 + consecutive calendar days. This limit does not apply to use in + developing feedback, modifications, or extensions that you + contribute back to those giving this license. + +2. Ensure everyone who gets a copy of this software from you, in + source code or any other form, gets the text of this license + and the contributor and source code lines above. + +3. Do not make any legal claim against anyone for infringing any + patent claim they would infringe by using this software alone, + accusing this software, with or without changes, alone or as + part of a larger application. + +You are excused for unknowingly breaking rule 1 if you stop +doing anything requiring this license within 30 days of +learning you broke the rule. + +**This software comes as is, without any warranty at all. As far +as the law allows, the contributor will not be liable for any +damages related to this software or this license, for any kind of +legal claim.** diff --git a/ware/Cargo.toml b/ware/Cargo.toml @@ -1,7 +1,15 @@ [package] name = "ware" +description = "Immutable middleware chains" version = "0.1.0" authors = ["marisa <mokou@posteo.de>"] edition = "2018" +repository = "https://github.com/fmoko/shtola/tree/master/ware" +documentation = "https://docs.rs/ware" +homepage = "https://github.com/fmoko/shtola/tree/master/ware" +readme = "README.md" +categories = ["data-structures"] +keywords = ["middleware"] +license = "Prosperity" [dependencies]