]> git.r.bdr.sh - rbdr/blog/blame - Cargo.toml
Run the make in the app
[rbdr/blog] / Cargo.toml
CommitLineData
d620665f
RBR
1[package]
2name = "blog"
3version = "7.0.0"
4edition = "2021"
5
6[dependencies]
6352ebb0 7time = { version = "0.3.34", features = ["macros", "formatting"] }
f6a545b0
RBR
8serde = { version = "1.0.197", features = ["derive"] }
9serde_json = "1.0.114"