17 lines
308 B
TOML
17 lines
308 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" }
|
||
|
|
||
|
[dependencies]
|
||
|
syn = "0.15"
|
||
|
quote = "0.6"
|