diff options
Diffstat (limited to 'src/rust/tor_rust/lib.rs')
-rw-r--r-- | src/rust/tor_rust/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/tor_rust/lib.rs b/src/rust/tor_rust/lib.rs index c1585c0480..18519f8497 100644 --- a/src/rust/tor_rust/lib.rs +++ b/src/rust/tor_rust/lib.rs @@ -1,5 +1,5 @@ -extern crate tor_util; extern crate protover; +extern crate tor_util; -pub use tor_util::*; pub use protover::*; +pub use tor_util::*; |