Added the scaffolding
This commit is contained in:
5
shanty-web/src/lib.rs
Normal file
5
shanty-web/src/lib.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
//! 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.
|
||||
Reference in New Issue
Block a user