crosvm/vfio_sys/Cargo.toml
Zihan Chen f5a0980efa vfio_sys: Update bindgen to derive zerocopy
TEST=CQ

BUG=b:204409584

Change-Id: I7ba94cfc1f61b9ef1ed13c1c1d775127ea18649e
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4234070
Commit-Queue: Zihan Chen <zihanchen@google.com>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
2023-02-09 23:07:28 +00:00

9 lines
159 B
TOML

[package]
name = "vfio_sys"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
base = { path = "../base" }
zerocopy = "*"