diff --git a/.gitignore b/.gitignore index 212de44..82b32a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -.DS_Store \ No newline at end of file +.DS_Store +Cargo.lock diff --git a/crates/volaris-cli/src/cli.rs b/crates/volaris-cli/src/cli.rs index a3d2a7e..e676c09 100644 --- a/crates/volaris-cli/src/cli.rs +++ b/crates/volaris-cli/src/cli.rs @@ -146,7 +146,7 @@ pub fn get_matches() -> clap::ArgMatches { Command::new("volaris") .version(clap::crate_version!()) - .author("brxken128 ") + .author("brxken128 , greendoescode ") .about("Secure, fast and modern command-line encryption of files.") .subcommand_required(true) .arg_required_else_help(true)