Got Config parsed from yaml file

This commit is contained in:
AlexanderHD27
2025-05-20 01:59:41 +02:00
commit 877cf71413
6 changed files with 369 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "configotron"
version = "0.1.0"
edition = "2021"
[dependencies]
pad = "0.1.6"
serde = { version = "1.0", features = ["derive"] }
serde_yml = "0.0.12"
thiserror = "1"