Hacky first go at it -- keeping the existing VfsItem infrastructure

I think this is actually a pretty reasonable flow.
This commit is contained in:
Lucien Greathouse
2017-12-13 15:41:25 -08:00
parent b4e31ea35d
commit 5bf1f11190
4 changed files with 182 additions and 3 deletions

View File

@@ -7,10 +7,14 @@ extern crate rouille;
#[macro_use]
extern crate clap;
#[macro_use]
extern crate lazy_static;
extern crate notify;
extern crate rand;
extern crate serde;
extern crate serde_json;
extern crate regex;
pub mod web;
pub mod core;