xref: /aosp_15_r20/system/authgraph/Cargo.toml (revision 4185b0660fbe514985fdcf75410317caad8afad1)
1[workspace]
2members = [
3  "core",
4  "derive",
5  "wire",
6]
7resolver = "2"
8
9[patch.crates-io]
10authgraph_derive = { path = "derive" }
11authgraph_core = { path = "core" }
12authgraph_wire = { path = "wire" }
13