diff options
author | Teddy Wing | 2021-04-11 20:10:39 +0200 |
---|---|---|
committer | Teddy Wing | 2021-04-11 20:10:39 +0200 |
commit | 01c82770392b23176b4693d4456109f41a50fe45 (patch) | |
tree | b43b4e6513855d5dcc47d09782fe422f2eaeb655 /Cargo.toml | |
parent | 0acbf02b7e380ac352f3e090023d9f9b28fbdb30 (diff) | |
download | formurapid-01c82770392b23176b4693d4456109f41a50fe45.tar.bz2 |
fill(): Remove `unwrap`s
Replace these with 'anyhow' `Result`s.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |