Skip to content

Commit

Permalink
Added config-store binary and some adjustments on the adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Nov 10, 2023
1 parent f3205af commit bdcc6ca
Show file tree
Hide file tree
Showing 7 changed files with 329 additions and 25 deletions.
178 changes: 172 additions & 6 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ nom = "7.1.3"
nom_locate = "4.2.0"
sqlite = "0.32.0"
wildmatch = "2.1.1"
clap = { version = "4.4.7", features = ["derive"] }
cli-table = "0.4.7"
textwrap = "0.16.0"

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down
Loading

0 comments on commit bdcc6ca

Please sign in to comment.