maud/docs/Cargo.toml
2019-09-14 13:48:59 +12:00

17 lines
317 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/lambda-fairy/maud"
description = "Documentation for Maud."
edition = "2018"
[dependencies]
comrak = "*"
maud = { path = "../maud" }
serde_json = "*"
syntect = "*"