summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-02-26 13:35:35 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-02-26 13:35:35 -0500
commit378071c264babe054f49eb1c1817daf79986e10a (patch)
tree433fd6fe6797112ede19c56ba792796e64c5b42a /src/main.rs
parent0966bf6b94dbd8012f2b00f241748eb6a77a9843 (diff)
rustup
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index b0b74be..4260414 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,6 +13,7 @@ extern crate regex;
extern crate "rustc-serialize" as rustc_serialize;
extern crate stats;
extern crate tabwriter;
+extern crate threadpool;
use std::borrow::ToOwned;
use std::error::FromError;