lighthouse/eth2/utils/compare_fields_derive/Cargo.toml

13 lines
192 B
TOML
Raw Normal View History

[package]
name = "compare_fields_derive"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[lib]
proc-macro = true
[dependencies]
syn = "0.15"
quote = "0.6"