summary refs log tree commit diff
path: root/msg_socket/Cargo.toml
blob: c803bed487dc8c4af24b2b5907dabd86678e9ee6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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" }
sys_util = { path = "../sys_util"  }