blob: ad84700f36d3966e1837d6174c32ea026d5878b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
[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.18.0"
hex = "0.4"
lazy_static = "1.4"
lol_html = "1.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" }
[dependencies.maud]
version = "0.25"
#git = "https://github.com/Xe/maud"
#rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9"
features = ["axum"]
|