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

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

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