diff options
Diffstat (limited to 'rust/src/lib.rs')
-rw-r--r-- | rust/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 8334b3a5..d81035cc 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -14,6 +14,8 @@ extern crate error_chain; extern crate iron; #[macro_use] extern crate serde_json; +#[macro_use] +extern crate log; pub mod api_helpers; pub mod api_server; |