aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fd5bceaa24eede76fad6c7a15ace76b7c53cd104 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "blog"
version = "7.0.0"
edition = "2021"

[dependencies]
time = { version = "0.3.34", features = ["macros", "formatting"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"