blob: 04be8ee0c5d820b59f63c6acb602ee5fff652712 [file]
[package]
name = "base_tokio"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
anyhow = "1"
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 = "*"