From 7f587418daf8e7ddc5e32f06f85e9724c2ecf355 Mon Sep 17 00:00:00 2001 From: Lucas Burns <44355502+lmburns@users.noreply.github.com> Date: Sun, 13 Mar 2022 14:53:49 -0500 Subject: Fix `history list --cwd` errors (#278) --- atuin-common/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'atuin-common') diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 78626b94..efc35f43 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -14,10 +14,8 @@ repository = "https://github.com/ellie/atuin" rust-crypto = "^0.2" sodiumoxide = "0.2.6" chrono = { version = "0.4", features = ["serde"] } -eyre = "0.6" serde_derive = "1.0.125" serde = "1.0.126" serde_json = "1.0.75" -rmp-serde = "0.15.5" warp = "0.3" uuid = { version = "0.8", features = ["v4"] } -- cgit v1.3.1