mirror of
https://github.com/qemu/qemu.git
synced 2026-04-23 14:42:54 +00:00
Since "qemu_api" is no longer the unique crate to provide APIs. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Link: https://lore.kernel.org/r/20250827104147.717203-17-marcandre.lureau@redhat.com Reviewed-by: Zhao Liu <zhao1.liu@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
20 lines
383 B
TOML
20 lines
383 B
TOML
[package]
|
|
name = "bits"
|
|
version = "0.1.0"
|
|
authors = ["Paolo Bonzini <pbonzini@redhat.com>"]
|
|
description = "const-friendly bit flags"
|
|
resolver = "2"
|
|
publish = false
|
|
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
qemu_macros = { path = "../qemu-macros" }
|
|
|
|
[lints]
|
|
workspace = true
|