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
Generated
+5
View File
@@ -475,6 +475,8 @@ dependencies = [
"fparkan-resource",
"fparkan-runtime",
"fparkan-vfs",
"serde",
"serde_json",
]
[[package]]
@@ -537,8 +539,10 @@ dependencies = [
name = "fparkan-inspection"
version = "0.1.0"
dependencies = [
"fparkan-diagnostics",
"fparkan-msh",
"fparkan-nres",
"fparkan-path",
"fparkan-resource",
"fparkan-rsli",
"fparkan-terrain-format",
@@ -650,6 +654,7 @@ name = "fparkan-rsli"
version = "0.1.0"
dependencies = [
"flate2",
"fparkan-binary",
]
[[package]]