mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 22:08:30 +00:00
Directory Restructure (#1163)
* Move tests -> testing * Directory restructure * Update Cargo.toml during restructure * Update Makefile during restructure * Fix arbitrary path
This commit is contained in:
19
beacon_node/operation_pool/Cargo.toml
Normal file
19
beacon_node/operation_pool/Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "operation_pool"
|
||||
version = "0.1.0"
|
||||
authors = ["Michael Sproul <michael@sigmaprime.io>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
int_to_bytes = { path = "../../consensus/int_to_bytes" }
|
||||
parking_lot = "0.10.2"
|
||||
types = { path = "../../consensus/types" }
|
||||
state_processing = { path = "../../consensus/state_processing" }
|
||||
eth2_ssz = "0.1.2"
|
||||
eth2_ssz_derive = "0.1.0"
|
||||
serde = "1.0.110"
|
||||
serde_derive = "1.0.110"
|
||||
store = { path = "../store" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.7.3"
|
||||
Reference in New Issue
Block a user