crosvm/msg_socket/Cargo.toml

15 lines
339 B
TOML
Raw Normal View History

[package]
name = "msg_socket"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
cros_async = { path = "../cros_async" }
data_model = { path = "../data_model" }
futures = "*"
libc = "*"
msg_on_socket_derive = { path = "msg_on_socket_derive" }
base = { path = "../base" }
sync = { path = "../sync" }