summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-09 17:04:47 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-09 17:04:47 +0200
commit1d66e233814c1872b4f6c5482890fae327f5b56b (patch)
treeadba5c7c677a372ede9946452d4bcc15fce6871b /Cargo.toml
parent8dc303371341788127e7e7ded27a6f5f2f14c980 (diff)
Change implementation of mail list to use TableView
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml19
1 files changed, 10 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e63e20b..0fb1a74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,15 +5,16 @@ name = "muar"
version = "0.1.0"
[dependencies]
-handlebars = "3"
-walkdir = "2"
-anyhow = "1"
-log = "0.4"
-env_logger = "0.7"
-maildir.git = "https://git.sr.ht/~matthiasbeyer/maildir"
-mailparse.git = "https://git.sr.ht/~matthiasbeyer/mailparse"
-cursive-tabs.git = "https://git.sr.ht/~matthiasbeyer/cursive-tabs"
-cursive-async-view = "0.4"
+handlebars = "3"
+walkdir = "2"
+anyhow = "1"
+log = "0.4"
+env_logger = "0.7"
+maildir.git = "https://git.sr.ht/~matthiasbeyer/maildir"
+mailparse.git = "https://git.sr.ht/~matthiasbeyer/mailparse"
+cursive-tabs.git = "https://git.sr.ht/~matthiasbeyer/cursive-tabs"
+cursive_table_view.git = "https://git.sr.ht/~matthiasbeyer/cursive_table_view"
+cursive-async-view = "0.4"
cursive = "0.15"