aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorConrad Ludgate <conrad.ludgate@truelayer.com>2022-04-13 18:08:49 +0100
committerGitHub <noreply@github.com>2022-04-13 18:08:49 +0100
commit3c5fbc573443a7a4e59a0b898e1586d219f105eb (patch)
tree20a9498f7b4a81cb44810c84c2067d4eee367d25 /Cargo.toml
parentremove default db uri (#299) (diff)
downloadatuin-3c5fbc573443a7a4e59a0b898e1586d219f105eb.zip
provide better error messages (#300)
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 eb937c8a..9ed345c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,6 +57,7 @@ tabwriter = "1.2.1"
crossbeam-channel = "0.5.1"
clap = { version = "3.1.8", features = ["derive"] }
clap_complete = "3.1.1"
+fs-err = "2.7"
[profile.release]
lto = "fat"