]> git.lizzy.rs Git - rust.git/blob - src/tools/expand-yaml-anchors/Cargo.toml
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
[rust.git] / src / tools / expand-yaml-anchors / Cargo.toml
1 [package]
2 name = "expand-yaml-anchors"
3 version = "0.1.0"
4 edition = "2021"
5
6 [dependencies]
7 yaml-rust = "0.4.3"
8 yaml-merge-keys = "0.4.0"