maud/docs/Cargo.toml
Chris Wong 327480c442 Build table of contents in a separate step
- Add pretty logging to Makefile
2019-03-24 14:27:04 +13:00

17 lines
311 B
TOML

[package]
name = "docs"
version = "0.0.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "CC-BY-SA-4.0"
repository = "https://github.com/lfairy/maud"
description = "Documentation for Maud."
edition = "2018"
[dependencies]
comrak = "*"
maud = { path = "../maud" }
serde_json = "*"
syntect = "*"