diff --git a/src/main.rs b/src/main.rs index e411075..dcd5a55 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,6 +17,7 @@ const ERROR_EXIT_CODE: i32 = 1; fn main() { pretty_env_logger::init(); + trace!("Version {}.", env!("CARGO_PKG_VERSION")); let arguments = cli::Arguments::from_args(); trace!("The command line arguments provided are {:?}.", arguments);