shifted goals for the codebase in client

it's now just the main website's code
This commit is contained in:
shockrah 2019-11-10 16:37:24 -08:00
parent 56c6a3ad16
commit ca6401afab
6 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
// Client based web server app
// Built to serve the purpose of being a basic web client's backend
// For now this the backend for the web client
// This client code really just serves as the url router for the main website where we describe what the project is about
#![feature(proc_macro_hygiene, decl_macro, plugin)]
//#[macro_use] extern crate serde_derive;
#[macro_use] extern crate rocket;