summaryrefslogtreecommitdiffstats
path: root/src/tools/expand-yaml-anchors/Cargo.toml
blob: 9a25b6c1f1c87e2eb77e90f64074bc8c00060825 (plain)
1
2
3
4
5
6
7
8
[package]
name = "expand-yaml-anchors"
version = "0.1.0"
edition = "2021"

[dependencies]
yaml-rust = "0.4.3"
yaml-merge-keys = "0.4.0"