Skip to content

Commit

Permalink
add basic CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 24, 2021
1 parent e13af7e commit 07a4026
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1 +1,2 @@
/result
/target
372 changes: 372 additions & 0 deletions Cargo.lock

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

11 changes: 11 additions & 0 deletions Cargo.toml
@@ -0,0 +1,11 @@
[package]
name = "similar-sort"
version = "2.0.0"
authors = ["Brian Hicks <brian@brianthicks.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "2.33.3"
color-eyre = "0.5.7"

0 comments on commit 07a4026

Please sign in to comment.