Skip to content

Commit

Permalink
move cli to separate crate
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed May 23, 2024
1 parent d719292 commit e5dabd1
Show file tree
Hide file tree
Showing 6 changed files with 607 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/cli/target
16 changes: 0 additions & 16 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ ahash = "0.8.3"
appendlist = "1.4"

[dev-dependencies]
getopts = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
ureq = "2.9.6"
Expand Down
Loading

0 comments on commit e5dabd1

Please sign in to comment.