better error chaining

This commit is contained in:
Trevor Bentley
2025-01-14 00:00:01 +01:00
parent b5c7f89959
commit 55789ff98e
3 changed files with 67 additions and 4 deletions
+5
View File
@@ -21,6 +21,7 @@ highlight = ["syntect/default-fancy"]
chrono = { version = "0.4.23", features=["clock"] }
clap = { version="4.0.32", features=["derive"] }
git2 = "0.15.0"
glob = "0.3.1"
open = "3.2.0"
pulldown-cmark = { version = "0.9.2", optional = true }
rayon = "1.6.1"
@@ -32,3 +33,7 @@ toml = "0.5.10"
# For SSH passphrase support:
#pinentry = "0.5.0"
#secrecy = "0.8.0"
[dev-dependencies]
flate2 = "1.0.25"
tar = "0.4.38"