aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_markdown/Cargo.toml
blob: 8d82a731b78525e0833acdb81cbf91cb72294140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "xesite_markdown"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
color-eyre = "0.6"
comrak = "0.15.0"
hex = "0.4"
lazy_static = "1.4"
lol_html = "0.3"
maud = "0.24.0"
sha2 = "0.10"
serde_json = "1"
thiserror = "1"
tracing = "0.1"
url = "2"

# local deps
xesite_templates = { path = "../xesite_templates" }
xesite_types = { path = "../xesite_types" }