]> git.lizzy.rs Git - rust.git/blob - src/tools/build-manifest/Cargo.toml
Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton
[rust.git] / src / tools / build-manifest / Cargo.toml
1 [package]
2 name = "build-manifest"
3 version = "0.1.0"
4 authors = ["Alex Crichton <alex@alexcrichton.com>"]
5 edition = "2018"
6
7 [dependencies]
8 toml = "0.5"
9 serde = { version = "1.0", features = ["derive"] }
10 serde_json = "1.0"