aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_templates/Cargo.toml
blob: fc852b02b438f18431366584f84a0f0db9413abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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]
uuid = { version = "1", features = [ "v4" ] }

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

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