[#1] Blog metadata can be stored using serde.
Created the initial blog data, posts and authors, and allows it to be stored using serde.
This commit is contained in:
@ -11,3 +11,5 @@ license = "Apache-2.0"
|
||||
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
toml = "0.9.5"
|
||||
|
||||
Reference in New Issue
Block a user