From 3c5fbc573443a7a4e59a0b898e1586d219f105eb Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Wed, 13 Apr 2022 18:08:49 +0100 Subject: provide better error messages (#300) --- atuin-client/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'atuin-client/Cargo.toml') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index ef45e482..923fe1b6 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -48,3 +48,4 @@ sqlx = { version = "0.5", features = [ ] } minspan = "0.1.1" regex = "1.5.4" +fs-err = "2.7" -- cgit v1.3.1