maud/docs/Cargo.toml
2019-03-23 22:58:16 +13:00

16 lines
294 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" }
syntect = "*"