mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
7cfc97d736
With uprev-ed bindgen, we can now customize derive directly. TEST=CQ BUG=b:204409584 Change-Id: Iba96cdb8329e9254249b247af55e11974620087c Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4234067 Auto-Submit: Zihan Chen <zihanchen@google.com> Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Zihan Chen <zihanchen@google.com>
10 lines
208 B
TOML
10 lines
208 B
TOML
[package]
|
|
name = "virtio_sys"
|
|
version = "0.1.0"
|
|
authors = ["The ChromiumOS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
data_model = { path = "../common/data_model" }
|
|
zerocopy = "*"
|