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

@@ -4,8 +4,8 @@
#[macro_use]
mod impl_from;
// Other modules
pub mod commands;
pub mod web_interface;
// This module is only public for the purpose of testing right now, and won't be
// part of the first version of the Rojo API.