summary refs log tree commit diff
path: root/msg_socket/msg_on_socket_derive/Cargo.toml
blob: f8b7e8ab99d3c1626a61b3f61865c13382575cb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "msg_on_socket_derive"
version = "0.1.0"
authors = ["The Chromium OS Authors"]

[dependencies]
syn = "=0.15"
quote = "=0.6"
proc-macro2 = "=0.4"

[lib]
proc-macro = true
path = "msg_on_socket_derive.rs"