Skip to content

Commit 8a1284b

Browse files
Switch arg parsing to clap-derive + small cargo refactor (#6)
* switch arg parsing to clap-derive * include Cargo.lock file * adjust formatting * fix clippy lints
1 parent 7e1aabb commit 8a1284b

File tree

4 files changed

+1186
-17
lines changed

4 files changed

+1186
-17
lines changed

.gitignore

-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
debug/
99
target/
1010

11-
# Cargo.lock should be only added to binary crates
12-
13-
Cargo.lock
14-
15-
1611
# These are backup files generated by rustfmt
1712
**/*.rs.bk
1813

0 commit comments

Comments
 (0)