Skip to content
Snippets Groups Projects
Unverified Commit a0ce2c35 authored by Louis's avatar Louis :fire:
Browse files

Remove references to scripting

parent 4fea6e58
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,5 @@ extern crate formdata;
extern crate hyper;
extern crate rand;
pub mod scripting;
pub mod cli;
pub mod routing;
\ No newline at end of file
......@@ -18,7 +18,6 @@ use rocket::http::ContentType;
use rocket::{Response, Request};
use swerve::cli;
use swerve::routing;
use swerve::scripting;
use std::io::BufReader;
use std::path::{Path, PathBuf};
use rocket::response::Responder;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment