summaryrefslogtreecommitdiff
path: root/src/rust/protover/lib.rs
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-19 17:20:37 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-19 17:20:37 -0400
commitd8893bc93c52e1edd0a76b81f5d65bb10d790474 (patch)
treef6bb243d9fbeb179c7a5a3a79a19752ba970c98e /src/rust/protover/lib.rs
parent3716611fea1c400e80ab3cfd19c588e32b1c005c (diff)
parent1f8bd93ecbb57eb47c5788f4a4d12f3bdee61b47 (diff)
downloadtor-d8893bc93c52e1edd0a76b81f5d65bb10d790474.tar.gz
tor-d8893bc93c52e1edd0a76b81f5d65bb10d790474.zip
Merge remote-tracking branch 'isis/bug23881_r1'
Diffstat (limited to 'src/rust/protover/lib.rs')
-rw-r--r--src/rust/protover/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rust/protover/lib.rs b/src/rust/protover/lib.rs
index 8e80fcef4c..d1d49d2a59 100644
--- a/src/rust/protover/lib.rs
+++ b/src/rust/protover/lib.rs
@@ -29,6 +29,9 @@ extern crate tor_allocate;
#[macro_use]
extern crate tor_util;
+#[macro_use]
+extern crate tor_log;
+
mod protover;
pub mod ffi;