blob: 590db228f2dcb80a70fe0bf87ced840af3d6db55 [file] [log] [blame]
[package]
name = "tube_transporter"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
base = { workspace = true }
rand = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true, features = [ "derive" ] }
serde_json = { workspace = true }
[target.'cfg(windows)'.dependencies]
win_util = { path = "../win_util"}
winapi = "0.3"