aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLakelezz <[email protected]>2017-08-13 15:13:13 +0200
committeralex <[email protected]>2017-08-13 15:13:13 +0200
commit069df4f85d8c462df58c1fce00595462f2825337 (patch)
treefdfc25d1942f3ededc0d4b87b03396318b46e564 /src/lib.rs
parentTrim a second time for a sake (diff)
downloadserenity-069df4f85d8c462df58c1fce00595462f2825337.tar.xz
serenity-069df4f85d8c462df58c1fce00595462f2825337.zip
Fix string delimiters (#134)
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 28e58e8..4fc9d68 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -128,6 +128,10 @@ extern crate tokio_core;
extern crate typemap;
#[cfg(feature = "gateway")]
extern crate websocket;
+#[cfg(feature = "framework")]
+extern crate regex;
+#[cfg(feature = "framework")]
+extern crate itertools;
#[macro_use]
mod internal;