8 lines
198 B
Rust
8 lines
198 B
Rust
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
// src/application/services/mod.rs
|
||
|
|
//
|
||
|
|
// Application services: cache management and preview generation.
|
||
|
|
|
||
|
|
pub mod cache_service;
|
||
|
|
pub mod preview_service;
|