mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
move away from serde_yml (ai garbage..) to serde_yaml_ng
This commit is contained in:
parent
855d29d9c4
commit
6edcb6a190
9 changed files with 43 additions and 44 deletions
|
@ -31,7 +31,7 @@ pulldown-cmark = {version = "0.12", default-features = false, features = [
|
|||
rayon = "1"
|
||||
rss = {version = "2", features = ["validation"]}
|
||||
serde = {version = "1", features = ["derive"]}
|
||||
serde_yml = "0.0.12"
|
||||
serde_yaml_ng = "0.10"
|
||||
syntect = "5"
|
||||
tera = "1"
|
||||
time = {version = "0.3", features = ["serde-human-readable"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue