From 13d389aebaa0f45a873b9fa284bd5c868c32bf6f Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 24 Jul 2020 13:44:01 +0200 Subject: Remove unused dependencies Signed-off-by: Matthias Beyer --- Cargo.toml | 7 ------- 1 file changed, 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"] - -- cgit v1.2.3