summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-24 13:44:01 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-24 13:44:01 +0200
commit13d389aebaa0f45a873b9fa284bd5c868c32bf6f (patch)
tree85c87af5b09e51c75d190f30a23ca4075b247527
parentb86e800f0ad59f86ea540a936ca65051900df9f5 (diff)
Remove unused dependencies
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44c923d..618917d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,15 +5,12 @@ name = "muar"
version = "0.1.0"
[dependencies]
-handlebars = "3"
-walkdir = "2"
anyhow = "1"
log = "0.4"
env_logger = "0.7"
mailparse.git = "https://git.sr.ht/~matthiasbeyer/mailparse"
cursive-tabs = "0.5"
cursive_table_view.git = "https://git.sr.ht/~matthiasbeyer/cursive_table_view"
-cursive-async-view = "0.4"
notmuch = "0.6"
config = "0.10"
serde = { version = "1.0", features = ["derive"] }
@@ -25,7 +22,3 @@ cursive = "0.15"
git = "https://github.com/matthiasbeyer/cursive_tree_view"
branch = "update-deps"
-[dependencies.async-std]
-version = "1.6"
-features = ["unstable"]
-