shifted goals for the codebase in client
it's now just the main website's code
This commit is contained in:
parent
56c6a3ad16
commit
ca6401afab
0
client/.gitignore → website/.gitignore
vendored
0
client/.gitignore → website/.gitignore
vendored
0
client/Cargo.lock → website/Cargo.lock
generated
0
client/Cargo.lock → website/Cargo.lock
generated
@ -1,6 +1,4 @@
|
|||||||
// Client based web server app
|
// This client code really just serves as the url router for the main website where we describe what the project is about
|
||||||
// Built to serve the purpose of being a basic web client's backend
|
|
||||||
// For now this the backend for the web client
|
|
||||||
#![feature(proc_macro_hygiene, decl_macro, plugin)]
|
#![feature(proc_macro_hygiene, decl_macro, plugin)]
|
||||||
//#[macro_use] extern crate serde_derive;
|
//#[macro_use] extern crate serde_derive;
|
||||||
#[macro_use] extern crate rocket;
|
#[macro_use] extern crate rocket;
|
Loading…
Reference in New Issue
Block a user