Skip to content

Commit

Permalink
chore: add cargo.lock to gitignore (#3)
Browse files Browse the repository at this point in the history
* docs: update readme to include more information

* feat: add volariscore code - copied from dexios

* fix: fixing cargolocks

* chore: update cargo.toml

* feature!: added volaris-domain and volaris-cli code (thanks jake)

* fix: remove cargo.lock

* fix: add cargo.lock?

* fix: add cargo.lock to .gitignore
  • Loading branch information
greendoescode authored Jun 24, 2024
1 parent 5abecef commit 9ed63a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
.DS_Store
.DS_Store
Cargo.lock
2 changes: 1 addition & 1 deletion crates/volaris-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub fn get_matches() -> clap::ArgMatches {

Command::new("volaris")
.version(clap::crate_version!())
.author("brxken128 <[email protected]>")
.author("brxken128 <[email protected]>, greendoescode <[email protected]>")
.about("Secure, fast and modern command-line encryption of files.")
.subcommand_required(true)
.arg_required_else_help(true)
Expand Down

0 comments on commit 9ed63a1

Please sign in to comment.