mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
474d2eea17
This will let the hypervisor crate use types and functions from the new cros_fdt crate (it could not depend on arch, since that would cause a circular dependency). No functional change, just code movement. BUG=b:253416076 TEST=cargo build TEST=cargo build --target=aarch64-unknown-linux-gnu Change-Id: I62d906941867c45f1b77ff1db6923d915ce2123e Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3965088 Reviewed-by: Steven Moreland <smoreland@google.com> Reviewed-by: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
10 lines
164 B
TOML
10 lines
164 B
TOML
[package]
|
|
name = "cros_fdt"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "*"
|
|
remain = "*"
|
|
thiserror = "1.0.20"
|