mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
f5a0980efa
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>
9 lines
159 B
TOML
9 lines
159 B
TOML
[package]
|
|
name = "vfio_sys"
|
|
version = "0.1.0"
|
|
authors = ["The ChromiumOS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
zerocopy = "*"
|