Ted Bauer | 4dbf58a | 2024-02-08 18:46:52 +0000 | [diff] [blame] | 1 | [package] |
| 2 | name = "aflags" |
| 3 | version = "0.1.0" |
| 4 | edition = "2021" |
| 5 | |
| 6 | [dependencies] |
| 7 | anyhow = "1.0.69" |
| 8 | paste = "1.0.11" |
Ted Bauer | 4dbf58a | 2024-02-08 18:46:52 +0000 | [diff] [blame] | 9 | protobuf = "3.2.0" |
| 10 | regex = "1.10.3" |
| 11 | aconfig_protos = { path = "../aconfig_protos" } |
Dennis Shen | 5f83748 | 2024-10-09 17:13:03 +0000 | [diff] [blame] | 12 | aconfigd_protos = { version = "0.1.0", path = "../../../../../packages/modules/ConfigInfrastructure/aconfigd/proto"} |
Ted Bauer | a98448f | 2024-03-06 14:01:19 -0500 | [diff] [blame] | 13 | nix = { version = "0.28.0", features = ["user"] } |
Ted Bauer | 6d4db66 | 2024-03-06 18:08:32 -0500 | [diff] [blame] | 14 | aconfig_storage_file = { version = "0.1.0", path = "../aconfig_storage_file" } |
| 15 | aconfig_storage_read_api = { version = "0.1.0", path = "../aconfig_storage_read_api" } |
| 16 | clap = {version = "4.5.2" } |
Ted Bauer | 206d44a | 2024-03-15 17:04:06 +0000 | [diff] [blame] | 17 | aconfig_device_paths = { version = "0.1.0", path = "../aconfig_device_paths" } |
Dennis Shen | 5f83748 | 2024-10-09 17:13:03 +0000 | [diff] [blame] | 18 | aconfig_flags = { version = "0.1.0", path = "../aconfig_flags" } |