xref: /aosp_15_r20/external/crosvm/hypervisor/hypervisor_test_macro/Cargo.toml (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1[package]
2name = "hypervisor_test_macro"
3version = "0.1.0"
4authors = ["The ChromiumOS Authors"]
5edition = "2021"
6
7[lib]
8proc-macro = true
9
10[dependencies]
11proc-macro2 = { version = "^1", features = ["span-locations"] }
12quote = "^1"
13syn = "2"
14rand = "0.8"
15