[Add] Correct impl of Iota updater & Move of language creation in main

This commit is contained in:
Alex Emmet 2026-04-08 11:46:26 +02:00
commit a60ea3d5d2
4 changed files with 43 additions and 64 deletions

View file

@ -9,6 +9,7 @@ iota-logger = { path = "../iota-logger" }
iota-state = { path = "../iota-state" }
iota-storage = { path = "../iota-storage" }
iota-terms = { path = "../iota-terms" }
iota-updater = { path = "../iota-updater" }
iota-util = { path = "../iota-util" }
omikron-connector = { path = "../omikron-connector" }
web-server = { path = "../web-server" }