lighthouse/eth2/utils/tree_hash_derive/Cargo.toml

17 lines
308 B
TOML
Raw Normal View History

2019-04-15 05:45:05 +00:00
[package]
name = "tree_hash_derive"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
description = "Procedural derive macros for SSZ tree hashing."
[lib]
proc-macro = true
[dev-dependencies]
tree_hash = { path = "../tree_hash" }
[dependencies]
syn = "0.15"
quote = "0.6"