This commit is contained in:
Connor Johnstone
2026-03-19 14:06:11 -04:00
parent 421ec3199b
commit f6b363c40f
6 changed files with 49 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
//! Web interface backend for Shanty.
//!
//! An Actix-web server that ties all Shanty components together, exposing a REST
//! API consumed by the Elm frontend. Handles background tasks, configuration,
//! API consumed by the Yew (WASM) frontend. Handles background tasks, configuration,
//! and orchestration of indexing, tagging, downloading, and more.
pub mod auth;