Start wiring up beacon processor

This commit is contained in:
Paul Hauner
2023-07-03 17:00:24 +10:00
parent 238837bc91
commit e9112875ac
5 changed files with 31 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ operation_pool = { path = "../operation_pool" }
sensitive_url = { path = "../../common/sensitive_url" }
unused_port = {path = "../../common/unused_port"}
store = { path = "../store" }
beacon_processor = { path = "../beacon_processor" }
[dev-dependencies]
environment = { path = "../../lighthouse/environment" }