diff options
Diffstat (limited to 'src/util/lib.rs')
-rw-r--r-- | src/util/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/lib.rs b/src/util/lib.rs index 055e9ab0..c080e3a3 100644 --- a/src/util/lib.rs +++ b/src/util/lib.rs @@ -1,3 +1,5 @@ +//! Crate containing common functions and types used in Garage + #[macro_use] extern crate log; |