24e941d175
* Update to spec v0.9.0 * Update to v0.9.1 * Bump spec tags for v0.9.1 * Formatting, fix CI failures * Resolve accidental KeyPair merge conflict * Document new BeaconState functions * Fix incorrect cache drops in `advance_caches` * Update fork choice for v0.9.1 * Clean up some FIXMEs * Fix a few docs/logs
17 lines
372 B
TOML
17 lines
372 B
TOML
[package]
|
|
name = "operation_pool"
|
|
version = "0.1.0"
|
|
authors = ["Michael Sproul <michael@sigmaprime.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
int_to_bytes = { path = "../utils/int_to_bytes" }
|
|
parking_lot = "0.9.0"
|
|
types = { path = "../types" }
|
|
state_processing = { path = "../state_processing" }
|
|
eth2_ssz = "0.1.2"
|
|
eth2_ssz_derive = "0.1.0"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.7.2"
|