Skip to content

Commit

Permalink
Merge pull request #249 from gosub-browser/config
Browse files Browse the repository at this point in the history
Added initial config store
  • Loading branch information
jaytaph authored Nov 13, 2023
2 parents 54a4a8f + 701149a commit 9930d4b
Show file tree
Hide file tree
Showing 11 changed files with 914 additions and 6 deletions.
222 changes: 216 additions & 6 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ colored = "2.0.4"
walkdir = "2.3"
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 9930d4b

Please sign in to comment.