blob: d31e232975c1ee64189336018f630909a49883b5 [file] [log] [blame]
Ted Bauer4dbf58a2024-02-08 18:46:52 +00001[package]
2name = "aflags"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7anyhow = "1.0.69"
8paste = "1.0.11"
Ted Bauer4dbf58a2024-02-08 18:46:52 +00009protobuf = "3.2.0"
10regex = "1.10.3"
11aconfig_protos = { path = "../aconfig_protos" }
Dennis Shen5f837482024-10-09 17:13:03 +000012aconfigd_protos = { version = "0.1.0", path = "../../../../../packages/modules/ConfigInfrastructure/aconfigd/proto"}
Ted Bauera98448f2024-03-06 14:01:19 -050013nix = { version = "0.28.0", features = ["user"] }
Ted Bauer6d4db662024-03-06 18:08:32 -050014aconfig_storage_file = { version = "0.1.0", path = "../aconfig_storage_file" }
15aconfig_storage_read_api = { version = "0.1.0", path = "../aconfig_storage_read_api" }
16clap = {version = "4.5.2" }
Ted Bauer206d44a2024-03-15 17:04:06 +000017aconfig_device_paths = { version = "0.1.0", path = "../aconfig_device_paths" }
Dennis Shen5f837482024-10-09 17:13:03 +000018aconfig_flags = { version = "0.1.0", path = "../aconfig_flags" }