summary refs log tree commit diff stats
path: root/rust/util/Cargo.toml
blob: 1f6767ed9d102161baaf316289aba1b35e5ce801 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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