mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Removed the `codegen` module and its associated files to streamline the codebase. - Introduced a new binary for generating Swift types using Specta, enhancing type safety and integration. - Updated various data structures to utilize the `specta` crate for type generation. - Refactored existing types to remove `JsonSchema` derives in favor of `specta::Type`, improving compatibility with the new generation system. - Enhanced the `Cargo.toml` to exclude unnecessary crates and improve workspace organization.