Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Mar 22, 2021
1 parent 8bb73da commit f00f0f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vitup/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#![recursion_limit = "256"]
#[macro_use(error_chain, bail)]
extern crate error_chain;

pub mod client;
pub mod config;
pub mod error;
pub mod interactive;
Expand Down

0 comments on commit f00f0f7

Please sign in to comment.