summary refs log tree commit diff
path: root/msg_socket2/derive/Cargo.toml
blob: 19badea592ef6f167cc79ffa42203e812d048e2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-License-Identifier: MIT OR Apache-2.0
# Copyright 2020, Alyssa Ross

[package]
name = "msg_socket2_derive"
version = "0.1.0"
authors = ["Alyssa Ross <hi@alyssa.is>"]
license = "MIT OR Apache-2.0"
edition = "2018"
description = "Derive macros for msg_socket2"

[dependencies]
proc-macro2 = "^1"
quote = "^1"
syn = "^1"

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