crosvm/base_tokio/Cargo.toml
Frederick Mayle 7ec3293ab4 base_tokio: tokio compatible Event and Tube types
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>
2024-06-06 23:30:20 +00:00

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 = "*"