xref: /aosp_15_r20/external/crosvm/tools/contrib/crosvmdump/Cargo.toml (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1[package]
2name = "crosvmdump"
3version = "0.1.0"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9rayon = "1"
10anyhow = "1"
11
12[workspace]
13