You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/rust/util/Cargo.toml

23 lines
440 B
TOML

[package]
name = "util"
version = "0.1.0"
description = "Rust bindings for QEMU/util"
resolver = "2"
publish = false
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[dependencies]
anyhow = { workspace = true }
foreign = { workspace = true }
libc = { workspace = true }
common = { path = "../common" }
[lints]
workspace = true