summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2024-03-04 16:13:37 -0500
committerDan Davison <dandavison7@gmail.com>2024-03-04 16:13:37 -0500
commita07a994d31d2bd8cba78329031e53652b50c68ff (patch)
tree232ae570278e076a882c27a01f053dc0f30d1098
parentdcae5bcc2428d1fb6f5ff7b9cddd7f268d9a3735 (diff)
Formatting
-rw-r--r--Cargo.toml14
1 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 20434257..7aaf50a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,11 @@ name = "delta"
path = "src/main.rs"
[dependencies]
-bat = { version = "0.23.0", default-features = false, features = ["minimal-application", "paging", "regex-onig"] }
+bat = { version = "0.23.0", default-features = false, features = [
+ "minimal-application",
+ "paging",
+ "regex-onig",
+] }
chrono = "0.4.26"
chrono-humanize = "0.2.2"
ansi_colours = "1.2.1"
@@ -25,7 +29,13 @@ anyhow = "1.0.70"
bitflags = "2.2.1"
box_drawing = "0.1.2"
bytelines = { version = "2.5.0", default-features = false }
-clap = { version = "4.3.14", features = ["derive", "help", "usage", "error-context", "wrap_help"] }
+clap = { version = "4.3.14", features = [
+ "derive",
+ "help",
+ "usage",
+ "error-context",
+ "wrap_help",
+] }
console = "0.15.0"
ctrlc = "3.2.5"
dirs = "5.0.1"