Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
26 lines
552 B
TOML
26 lines
552 B
TOML
[package]
|
|
name = "qom"
|
|
version = "0.1.0"
|
|
description = "Rust bindings for QEMU/QOM"
|
|
resolver = "2"
|
|
publish = false
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
bql = { path = "../bql" }
|
|
migration = { path = "../migration" }
|
|
qemu_macros = { path = "../qemu-macros" }
|
|
util = { path = "../util" }
|
|
qom-sys = { path = "../bindings/qom-sys" }
|
|
glib-sys.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|