aboutsummaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-03-05 23:14:56 -0600
committerJoel Martin <github@martintribe.org>2015-03-05 23:14:56 -0600
commit30794b71110f6c3cbd8f446de6acab3954f6555c (patch)
tree35339c7a85e298ab0c299815b91b7d657286a347 /rust/src/lib.rs
parenta6b7d1334b329817077fa3123b5b081c3c21a4d4 (diff)
downloadmal-revert-28-master.tar.gz
mal-revert-28-master.zip
Revert "Replace `pcre` with Rust-implemented regex crate (based on RE2)."revert-28-master
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r--rust/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs
index 63fab44..04eda85 100644
--- a/rust/src/lib.rs
+++ b/rust/src/lib.rs
@@ -1,6 +1,7 @@
#![feature(io, fs, core, std_misc, collections)]
extern crate libc;
+extern crate pcre;
extern crate regex;
extern crate time;