From 13afbbf10f3b8506b4321d6026cacdea5f775215 Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Sat, 10 Oct 2020 22:57:12 -0400 Subject: Add eyre for simple backtrace reporting Add eyre for simple backtrace reporting. Since gfold relies on speed and efficiency, and sports a relatively small codebase, eyre provides a simple backtrace report when an error is encountered. Specifically, the filename and line are the most important parts. Unrelated, add a cargo doc command to the release Make target. Adjust existing docs comments to match style. Change some private definitions to be public. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7381ef0..dd67037 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Nick Gerace "] edition = "2018" [dependencies] +eyre = "0.6" structopt = "0.3" git2 = "0.13" prettytable-rs = "0.8" -- cgit v1.2.3