about summary refs log tree commit diff
path: root/templates/Cargo.toml
blob: 19855e612b43d695396fd2d7dad733999bc229f0 (plain) (blame)
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
29
30
31
32
[package]
name = "kittybox-frontend-renderer"
version = "0.1.0"
edition = "2021"

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

[build-dependencies]
libflate = { workspace = true }
walkdir = { workspace = true }

[dev-dependencies]
faker_rand = { workspace = true }
rand = { workspace = true }
time = { workspace = true, features = ["parsing", "formatting"] }
microformats = { workspace = true }

[dependencies]
axum = { workspace = true }
chrono = { workspace = true }
ellipse = { workspace = true }
http = { workspace = true }
include_dir = { workspace = true }
markup = { workspace = true }
serde_json = { workspace = true }

[dependencies.kittybox-util]
version = "0.3.0"
path = "../util"
[dependencies.kittybox-indieauth]
version = "0.2.0"
path = "../indieauth"