aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/bluetooth_traits/lib.rs')
-rw-r--r--components/bluetooth_traits/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/bluetooth_traits/lib.rs b/components/bluetooth_traits/lib.rs
index cea2a7b7a33..d93ff4109f7 100644
--- a/components/bluetooth_traits/lib.rs
+++ b/components/bluetooth_traits/lib.rs
@@ -5,9 +5,12 @@
#![feature(proc_macro)]
extern crate ipc_channel;
+extern crate regex;
#[macro_use]
extern crate serde_derive;
+extern crate util;
+pub mod blacklist;
pub mod scanfilter;
use ipc_channel::ipc::IpcSender;