mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
7ec3293ab4
BUG=b:338274203 Change-Id: I6fbce1386c2c086d7a53a706018d959f4fadfada Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5507771 Reviewed-by: Noah Gold <nkgold@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Frederick Mayle <fmayle@google.com>
19 lines
359 B
TOML
19 lines
359 B
TOML
[package]
|
|
name = "base_tokio"
|
|
version = "0.1.0"
|
|
authors = ["The ChromiumOS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "*"
|
|
cfg-if = "1.0.0"
|
|
futures = { version = "0.3" }
|
|
libc = "*"
|
|
serde = { version = "1" }
|
|
tokio = { workspace = true }
|
|
|
|
base = { path = "../base" }
|
|
sync = { path = "../common/sync" }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = "*"
|