fix: restore telemetry merge build compatibility

This commit is contained in:
YeonGyu-Kim
2026-04-02 11:16:56 +09:00
parent 164bd518a1
commit 416c8e89b9
5 changed files with 42 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ plugins = { path = "../plugins" }
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json.workspace = true
telemetry = { path = "../telemetry" }
tokio = { version = "1", features = ["io-util", "macros", "process", "rt", "rt-multi-thread", "time"] }
walkdir = "2"