Thread execution layer into ClientBuilder

This commit is contained in:
Paul Hauner
2021-09-25 11:49:12 +10:00
parent 95ef497e7b
commit 81a62e33d7
4 changed files with 20 additions and 0 deletions

View File

@@ -47,3 +47,5 @@ http_metrics = { path = "../http_metrics" }
slasher = { path = "../../slasher" }
slasher_service = { path = "../../slasher/service" }
monitoring_api = {path = "../../common/monitoring_api"}
sensitive_url = { path = "../../common/sensitive_url" }
execution_layer = { path = "../execution_layer" }