Add YAML middleware that behaves like TOML and JSON (#1093)

This commit is contained in:
Micah
2025-08-02 20:58:13 -07:00
committed by GitHub
parent 3002d250a1
commit a4eb65ca3f
7 changed files with 332 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread"] }
uuid = { version = "1.7.0", features = ["v4", "serde"] }
clap = { version = "3.2.25", features = ["derive"] }
profiling = "1.0.15"
yaml-rust2 = "0.10.3"
[target.'cfg(windows)'.dependencies]
winreg = "0.10.1"