xref: /aosp_15_r20/external/crosvm/tools/contrib/cros_tracing_analyser/Cargo.toml (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1[package]
2name = "cros_tracing_analyser"
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]
9anyhow = "1.0.75"
10argh = "0.1"
11libtracecmd = "0.2"
12log = "0.4"
13once_cell = "1.18.0"
14serde = { version = "1", features = ["derive"] }
15serde_json = "1"
16
17[workspace]
18