unplugged-system/external/crosvm/tools/impl/catapult_converter/Cargo.toml

13 lines
247 B
TOML

[package]
name = "catapult_converter"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
[dependencies]
serde_json = "*"
serde = { version = "*", features = ["derive"] }
argh = "*"
uuid = {version = "1", features = ["v4"]}