Make capture_logs available for the whole crate

This commit is contained in:
Thomas Eizinger 2021-07-08 12:28:04 +10:00
parent cacfc50fb2
commit 2eb7fab0c3
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
3 changed files with 76 additions and 68 deletions

View file

@ -29,5 +29,6 @@ pub mod network;
pub mod protocol;
pub mod seed;
pub mod tor;
pub mod tracing_ext;
mod monero_ext;