mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
a110d39ae6
TESTED=CQ BUG=b:204409584 Change-Id: I659e31d229b70ae8e98426c253730b1e46b55adf Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4219972 Reviewed-by: Dennis Kempin <denniskempin@google.com> Auto-Submit: Zihan Chen <zihanchen@google.com> Commit-Queue: Zihan Chen <zihanchen@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
9 lines
149 B
TOML
9 lines
149 B
TOML
[package]
|
|
name = "acpi_tables"
|
|
version = "0.1.0"
|
|
authors = ["The ChromiumOS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tempfile = "3"
|
|
zerocopy = "*"
|