- Updated workspace members to include `libertas_importer`. - Added a new migration to add `thumbnail_path` column to `media` table. - Enhanced configuration structures to include `thumbnail_config`. - Modified `Media` model to include `thumbnail_path`. - Updated `MediaRepository` trait and its implementation to handle thumbnail path updates. - Created `ThumbnailPlugin` for generating thumbnails based on media configurations. - Integrated thumbnail generation into the media processing workflow. - Updated dependencies in `libertas_worker` and `libertas_importer` for image processing.
4 lines
129 B
TOML
4 lines
129 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = ["libertas_api", "libertas_core", "libertas_importer", "libertas_infra", "libertas_worker"]
|