diff options
| author | Conrad Ludgate <conrad.ludgate@truelayer.com> | 2022-04-13 18:08:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-13 18:08:49 +0100 |
| commit | 3c5fbc573443a7a4e59a0b898e1586d219f105eb (patch) | |
| tree | 20a9498f7b4a81cb44810c84c2067d4eee367d25 /atuin-server/Cargo.toml | |
| parent | remove default db uri (#299) (diff) | |
| download | atuin-3c5fbc573443a7a4e59a0b898e1586d219f105eb.zip | |
provide better error messages (#300)
Diffstat (limited to 'atuin-server/Cargo.toml')
| -rw-r--r-- | atuin-server/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
