aboutsummaryrefslogtreecommitdiff
path: root/tools/aconfig/Cargo.toml
blob: bf5e1a9bc4044f9a76eb3de78eb5ca4f1e2888fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]

members = [
    "aconfig",
    "aconfig_device_paths",
    "aconfig_protos",
    "aconfig_storage_file",
    "aconfig_storage_read_api",
    "aconfig_storage_write_api",
    "aflags",
    "printflags"
]

resolver = "2"