summary refs log blame commit diff
path: root/msg_socket/Cargo.toml
blob: dcfccfc08ef0097a65a0b10afd7824d635ba6695 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                     
                

              
                                       

                                                        
[package]
name = "msg_socket"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
data_model = { path = "../data_model" }
msg_on_socket_derive = { path = "msg_on_socket_derive" }
sys_util = { path = "../sys_util"  }