summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 48eaae7..211d8a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,6 +30,7 @@ path = "benches/md_parsing.rs"
harness = false
[dependencies]
+anyhow = "1.0"
clap = "2.33"
crossterm = { version = "0.23", features = ["event-stream"] }
directories = "2.0"