diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-30 01:29:42 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-30 01:29:42 +0300 |
| commit | 716cde20725148800073c9def59f6baecb768af2 (patch) | |
| tree | 548ffb60fae99beacea929d35d7a6795373353b2 /Cargo.lock | |
| parent | 7337492c302f663d1b77130b3291ba891198bc65 (diff) | |
| download | fparkan-716cde20725148800073c9def59f6baecb768af2.tar.xz fparkan-716cde20725148800073c9def59f6baecb768af2.zip | |
refactor(cli): replace manual json assembly
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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]] |
