aboutsummaryrefslogtreecommitdiff
path: root/tools/aconfig/aconfig_storage_file/Cargo.toml
blob: 641f481ed3952a7353e770c1426df7dfd9a73e8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "aconfig_storage_file"
version = "0.1.0"
edition = "2021"

[features]
default = ["cargo"]
cargo = []

[dependencies]
anyhow = "1.0.69"
protobuf = "3.2.0"
tempfile = "3.9.0"
thiserror = "1.0.56"
clap = { version = "4.1.8", features = ["derive"] }

[[bin]]
name = "aconfig-storage"
path = "src/main.rs"

[build-dependencies]
protobuf-codegen = "3.2.0"
cxx-build = "1.0"