1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-24 19:30:40 +02:00

README.md: fixed link for mustache

This commit is contained in:
Elisabeth Henry 2016-02-20 18:41:02 +01:00
parent 2e63a46546
commit 93ab87451c

View File

@ -117,7 +117,7 @@ following libraries:
* [pulldown-cmark](https://crates.io/crates/pulldown-cmark) (for
parsing markdown)
* [mustache](https://crates.io/crates/pulldown-cmark) (for templating)
* [mustache](https://crates.io/crates/mustache) (for templating)
* [clap](https://github.com/kbknapp/clap-rs) (for parsing command line arguments)
* [chrono](https://crates.io/crates/chrono) (date and time library)
* [uuid](https://crates.io/crates/uuid) (to generate uuid)