Skip to content

Commit 94bdab3

Browse files
committed
Improve YAML readability with pretty_yaml
1 parent 9dfe8f1 commit 94bdab3

File tree

3 files changed

+993
-910
lines changed

3 files changed

+993
-910
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ indicatif = "0.17"
1717
inquire = { optional = true, git = "https://github.com/markcda/inquire.git", branch = "feat/reorder-values", features = ["reorder"] }
1818
mimalloc = "0.1.43"
1919
nix = { optional = true, version = "0.29", features = ["signal", "user"] }
20+
pretty_yaml = "0.5"
2021
regex = "1.11"
2122
russh = "0.49"
2223
safe-path = "0.1"
2324
serde = { version = "1.0", features = ["derive"] }
2425
serde_json = "1.0"
25-
serde_yaml = "0.9"
26+
serde_yaml = { git = "https://github.com/markcda/serde-yaml.git", tag = "0.9.35-3" }
2627
smart-patcher = { git = "https://github.com/impulse-sw/smart-patcher", tag = "0.2.1", default-features = false }
2728
strip-ansi-escapes = "0.2"
2829
termimad = "0.20"

0 commit comments

Comments
 (0)