| 1 | [package] |
| 2 | name = "qom-sys" |
| 3 | version = "0.1.0" |
| 4 | description = "Rust sys bindings for QEMU/qom" |
| 5 | publish = false |
| 6 | |
| 7 | authors.workspace = true |
| 8 | edition.workspace = true |
| 9 | homepage.workspace = true |
| 10 | license.workspace = true |
| 11 | repository.workspace = true |
| 12 | rust-version.workspace = true |
| 13 | |
| 14 | [lib] |
| 15 | path = "lib.rs" |
| 16 | |
| 17 | [dependencies] |
| 18 | glib-sys = { workspace = true } |
| 19 | util-sys = { path = "../util-sys" } |
| 20 | |
| 21 | [lints] |
| 22 | workspace = true |
| 23 | |
| 24 | [package.metadata.bindgen] |
| 25 | header = "wrapper.h" |