feat(skills): reads data from yaml file

This commit is contained in:
2025-05-05 14:27:03 -06:00
parent ae8f9db6ef
commit 8a60c5097e
4 changed files with 325 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "darkicewolf50Cloud"
name = "darkicewolf50_cloud"
version = "0.1.0"
edition = "2024"
@ -7,3 +7,4 @@ edition = "2024"
actix-web = "4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
yaml-rust2 = "0.10.1"