1# Cargo.toml file to allow rapid development of record-finalized-flags using 2# cargo. Soong is the official Android build system, and the only system 3# guaranteed to support record-finalized-flags. If there is ever any issue with 4# the cargo setup, support for cargo will be dropped and this file removed. 5 6[package] 7name = "record-finalized-flags" 8version = "0.1.0" 9edition = "2021" 10 11[dependencies] 12aconfig_protos = { path = "../aconfig/aconfig_protos" } 13anyhow = { path = "../../../../external/rust/android-crates-io/crates/anyhow" } 14clap = { path = "../../../../external/rust/android-crates-io/crates/clap", features = ["derive"] } 15regex = { path = "../../../../external/rust/android-crates-io/crates/regex" } 16