refactor(cli): replace manual json assembly

This commit is contained in:
2026-06-30 02:29:42 +04:00
parent 7337492c30
commit 716cde2072
3 changed files with 161 additions and 70 deletions
+2
View File
@@ -13,6 +13,8 @@ fparkan-inspection = { path = "../../crates/fparkan-inspection" }
fparkan-resource = { path = "../../crates/fparkan-resource" }
fparkan-runtime = { path = "../../crates/fparkan-runtime" }
fparkan-vfs = { path = "../../crates/fparkan-vfs" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[lints]
workspace = true