Added config stuff

This commit is contained in:
Connor Johnstone
2026-03-18 15:14:45 -04:00
parent edcc5cb110
commit b8f178ae08
6 changed files with 461 additions and 1 deletions

11
shanty-config/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "shanty-config"
version.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
serde = { workspace = true }
serde_yaml = "0.9"
dirs = "6"
tracing = { workspace = true }