summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLucas Burns <44355502+lmburns@users.noreply.github.com>2022-03-13 14:53:49 -0500
committerGitHub <noreply@github.com>2022-03-13 19:53:49 +0000
commit7f587418daf8e7ddc5e32f06f85e9724c2ecf355 (patch)
tree0b99cff50d1507a90409e2efe536da0bed8af1e4 /Cargo.toml
parente117b622feb3b1bf4986e35c674b08978774f6a4 (diff)
Fix `history list --cwd` errors (#278)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index baebdfd6c..a871f67a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,7 +47,6 @@ tui = "0.16"
termion = "1.5"
unicode-width = "0.1"
itertools = "0.10.3"
-fork = "0.1.18"
tokio = { version = "1", features = ["full"] }
async-trait = "0.1.49"
chrono-english = "0.1.4"