blob: 0515668a3b59a87ab87d55cfa616b997d8288650 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "diary"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7.9"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros"] }
tracing-subscriber = "0.3.19"
handlebars = "6.2.0"
chrono = "0.4.38"
minify-html = "0.15.0"
|