17 lines
311 B
TOML
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 = "*"
|