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

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

[dependencies]
serde_json = "1"
uuid = { version = "1", features = [ "v4" ] }

xesite_types = { path = "../xesite_types" }

[dependencies.maud]
version = "0.25"
#git = "https://github.com/Xe/maud"
#rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9"
features = ["axum"]