maud/docs/Cargo.toml

18 lines
311 B
TOML
Raw Normal View History

2018-11-24 16:13:36 +13:00
[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 = "*"
2018-11-24 16:13:36 +13:00
syntect = "*"