summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-05-22 12:29:39 -0400
committerGitHub <noreply@github.com>2019-05-22 12:29:39 -0400
commit5b989fcb9c3583d1d1ed1a4c7d30e189209ad9b6 (patch)
tree9fd13ef85beb6c470aff126048f1112b619ee59c /src/main.rs
parent4d034351e8cbedee06ec7516bb382b4bdb878a6a (diff)
feat: Add battery module(#63)
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 0d873868a..1f69d4ed9 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,6 +2,7 @@
extern crate clap;
extern crate ansi_term;
+extern crate battery;
extern crate dirs;
extern crate git2;
extern crate pretty_env_logger;