Add unsafe attester crate

This commit is contained in:
Paul Hauner
2019-01-28 11:23:30 +11:00
parent d5da84d967
commit acf8b79fe9
8 changed files with 437 additions and 0 deletions

10
eth2/attester/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "attester"
version = "0.1.0"
authors = ["Paul Hauner <paul@paulhauner.com>"]
edition = "2018"
[dependencies]
slot_clock = { path = "../../eth2/utils/slot_clock" }
ssz = { path = "../../eth2/utils/ssz" }
types = { path = "../../eth2/types" }