shtola

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

commit 0cd309e12a696fdf847dd2389f95e428c52a60fc
parent e8fed4d6e7dbd33a028080eab0efccdd92a3fed0
Author: marisa <mokou@posteo.de>
Date:   Wed, 27 Nov 2019 12:48:07 +0100

Prep shtola-markdown for release

Diffstat:
Mshtola-markdown/Cargo.toml | 7++++++-
Ashtola-markdown/LICENSE | 2++
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/shtola-markdown/Cargo.toml b/shtola-markdown/Cargo.toml @@ -1,9 +1,14 @@ [package] name = "shtola-markdown" +description = "Markdown plugin for Shtola" version = "0.1.0" authors = ["marisa <mokou@posteo.de>"] edition = "2018" +repository = "https://github.com/fmoko/shtola/tree/master/shtola-markdown" +documentation = "https://docs.rs/shtola-markdown" +homepage = "https://github.com/fmoko/shtola/tree/master/shtola-markdown" +license-file = "LICENSE" [dependencies] comrak = "0.6.2" -shtola = { path = "../shtola" } +shtola = { path = "../shtola", version = "0.1.0" } diff --git a/shtola-markdown/LICENSE b/shtola-markdown/LICENSE @@ -0,0 +1 @@ +../LICENSE +\ No newline at end of file