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-server/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'atuin-server/Cargo.toml') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 16a9fa0b..17e5d72e 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -29,3 +29,4 @@ sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", async-trait = "0.1.49" axum = "0.5" http = "0.2" +fs-err = "2.7" -- cgit v1.3.1