//! 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, //! and orchestration of indexing, tagging, downloading, and more.