Start extracting web interface from implementation

This commit is contained in:
Lucien Greathouse
2019-09-03 13:57:28 -07:00
parent f1729163cf
commit a31bfbefa7
6 changed files with 68 additions and 53 deletions

View File

@@ -1,5 +1,6 @@
mod api;
mod interface;
mod util;
use std::sync::Arc;