Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Dec 6, 2023
1 parent 91620d6 commit 95d2862
Show file tree
Hide file tree
Showing 11 changed files with 382 additions and 227 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"rust-analyzer.linkedProjects": [
"./crunch64-cli/Cargo.toml"
]
}
179 changes: 0 additions & 179 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ repository = "https://github.com/ethteck/crunch64"
license = "MIT"

[dependencies]
clap = { version = "4.4.11", features = ["derive"] }
thiserror = "1.0"

[dev-dependencies]
rstest = "0.18.2"
rstest = "0.18.2"
1 change: 1 addition & 0 deletions crunch64-cli/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target/
Loading

0 comments on commit 95d2862

Please sign in to comment.