aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-02-15 18:02:57 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-02-15 18:02:57 +0000
commit5c58453b698ec2925e1be7c885301a65e3a7af03 (patch)
treed4cf8cc56495ba1e8c0103f803719e6df3d8d1f1 /src/main.rs
parentAdded docstrings to SortingMethods enum (diff)
downloadminiserve-5c58453b698ec2925e1be7c885301a65e3a7af03.tar.gz
miniserve-5c58453b698ec2925e1be7c885301a65e3a7af03.zip
Removed extern crate invokations
Diffstat (limited to '')
-rw-r--r--src/main.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.rs b/src/main.rs
index 7bdb986..378a4d0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,7 +1,3 @@
-extern crate structopt;
-#[macro_use]
-extern crate clap;
-
use actix_web::{fs, middleware, server, App};
use clap::crate_version;
use simplelog::{Config, LevelFilter, TermLogger};