Skip to content

Commit

Permalink
Switch bat to library mode (#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk authored Sep 13, 2022
1 parent 06cbbf7 commit cc0f1dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 126 deletions.
128 changes: 3 additions & 125 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "delta"
path = "src/main.rs"

[dependencies]
bat = "0.21.0"
bat = { version = "0.21.0", default-features = false, features = ["regex-onig"] }
chrono = "0.4.19"
chrono-humanize = "0.2.1"
ansi_colours = "1.0.4"
Expand Down

0 comments on commit cc0f1dd

Please sign in to comment.