aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-04-11 20:10:39 +0200
committerTeddy Wing2021-04-11 20:10:39 +0200
commit01c82770392b23176b4693d4456109f41a50fe45 (patch)
treeb43b4e6513855d5dcc47d09782fe422f2eaeb655 /Cargo.toml
parent0acbf02b7e380ac352f3e090023d9f9b28fbdb30 (diff)
downloadformurapid-01c82770392b23176b4693d4456109f41a50fe45.tar.bz2
fill(): Remove `unwrap`s
Replace these with 'anyhow' `Result`s.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d3479a4..916b6e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.1"
edition = "2018"
[dependencies]
+anyhow = "1.0.40"
derive_builder = "0.10.0"
exitcode = "1.1.2"
getopts = "0.2.21"