aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6846a682a24e2d0447ebd1d70e99b2c6be392855 (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 = ["formatting"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"