diff options
| author | Valentin Popov <valentin@popov.link> | 2026-06-25 04:14:24 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-06-25 10:45:34 +0300 |
| commit | fd8b03c0bc23725e53ac0931963669dfa3e045c9 (patch) | |
| tree | a1da72b0b4a448fde64cc2fe0648d6a710efab62 /Cargo.lock | |
| parent | 0b0ed87650aa0bfb71ac680c3679b85546e4272b (diff) | |
| download | fparkan-fd8b03c0bc23725e53ac0931963669dfa3e045c9.tar.xz fparkan-fd8b03c0bc23725e53ac0931963669dfa3e045c9.zip | |
refactor(reporting): use typed serde report schemas
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -717,6 +717,8 @@ dependencies = [ "fparkan-platform", "fparkan-platform-winit", "fparkan-render-vulkan", + "serde", + "serde_json", "winit", ] |
