blob: bc4abb572cdd9fe0baa5e9c8166eaeda385f8490 (
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
|
[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]
git = "https://github.com/Xe/maud"
rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9"
features = ["axum"]
|