lighthouse/eth2/utils/tree_hash_derive/Cargo.toml

15 lines
285 B
TOML
Raw Normal View History

2019-04-15 05:45:05 +00:00
[package]
name = "tree_hash_derive"
version = "0.2.0"
2019-04-15 05:45:05 +00:00
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
description = "Procedural derive macros to accompany the tree_hash crate."
license = "Apache-2.0"
2019-04-15 05:45:05 +00:00
[lib]
proc-macro = true
[dependencies]
syn = "0.15"
quote = "0.6"