add import

This commit is contained in:
realbigsean
2023-06-09 13:00:42 -04:00
parent 9fa67ccb88
commit 5f7610d9fd

View File

@@ -6,11 +6,11 @@ edition = "2021"
[dev-dependencies]
serde_yaml = "0.8.13"
state_processing = { path = "../../consensus/state_processing" }
operation_pool = { path = "../operation_pool" }
tokio = "1.14.0"
[dependencies]
state_processing = { path = "../../consensus/state_processing" }
beacon_chain = { path = "../beacon_chain" }
store = { path = "../store" }
network = { path = "../network" }