addition of yaml dependency

addition of yaml crate to handle yaml files
This commit is contained in:
2023-11-30 23:09:51 -05:00
parent dc57e3697d
commit 4970cd03cc
2 changed files with 26 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
yaml-rust = "0.4.5"