xref: /aosp_15_r20/system/authgraph/derive/Cargo.toml (revision 4185b0660fbe514985fdcf75410317caad8afad1)
1# Note that Cargo is not an officially supported build tool (Android's Soong is the official
2# tool).  This Cargo.toml file is included purely for the convenience of developers.
3
4[package]
5name = "authgraph_derive"
6version = "0.1.0"
7authors = ["David Drysdale <[email protected]>"]
8edition = "2021"
9
10[lib]
11proc-macro = true
12
13[dependencies]
14proc-macro2 = "1.0.69"
15quote = "1.0.36"
16syn = { version = "2.0.38", features = ["derive", "parsing"] }
17