Skip to content

Commit

Permalink
organize into individual files
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuszagh committed Aug 27, 2021
1 parent 115ceb7 commit 777b50f
Show file tree
Hide file tree
Showing 9 changed files with 930 additions and 532 deletions.
104 changes: 104 additions & 0 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
sha1 = "0.6.0"
walkdir = "2.3.2"
sha1 = "0.6"
walkdir = "2.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.64"
serde_json = "1.0"
clap = "3.0.0-beta.2"
regex = "1"
fuzzy-matcher = "0.3"
url = { version = "2", features = ["serde"] }
indexmap = { version = "1.7", features = ["serde"] }
Loading

0 comments on commit 777b50f

Please sign in to comment.