added serde, serde_yaml crates

This commit is contained in:
2024-09-29 21:14:52 -04:00
parent 4480b87cab
commit 7aa1dd07f4
2 changed files with 23 additions and 0 deletions

View File

@ -18,3 +18,5 @@ once_cell = "1.19.0"
dotenvy = "0.15.7"
futures = "0.3.30"
markdown = "1.0.0-alpha.20"
serde = {version = "*", features = ["derive"]}
serde_yaml = "*"