]> git.lizzy.rs Git - rust.git/blob - src/tools/build-manifest/Cargo.toml
build-manifest: when Miri tests are not passing, do not add Miri component
[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"
11 reqwest = "0.9"