lighthouse/eth2/utils/tree_hash_derive/Cargo.toml
2019-04-26 09:55:03 +10:00

18 lines
360 B
TOML

[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" }
cached_tree_hash = { path = "../cached_tree_hash" }
[dependencies]
syn = "0.15"
quote = "0.6"