summaryrefslogtreecommitdiffstats
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index 473596a..3f35c63 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -44,4 +44,7 @@ pub use versions_of::versions_of;
mod tree_of;
pub use tree_of::tree_of;
+mod metrics;
+pub use metrics::metrics;
+
mod util;