maud/docs/Cargo.toml

18 lines
381 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/lambda-fairy/maud"
2018-11-24 16:13:36 +13:00
description = "Documentation for Maud."
2023-04-16 17:11:06 +10:00
edition = "2021"
2018-11-24 16:13:36 +13:00
[dependencies]
comrak = { version = "*", default-features = false, features = ["syntect"] }
2018-11-24 16:13:36 +13:00
maud = { path = "../maud" }
serde_json = "*"
2018-11-24 16:13:36 +13:00
syntect = "*"