From 757e22b8a78b994431a32114280f7752e4705f74 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 7 Jul 2020 13:36:25 +0200 Subject: Implement tab with cursive-async-view::AsyncView Signed-off-by: Matthias Beyer --- Cargo.toml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ca2a061..e63e20b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,16 +5,17 @@ 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" +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" -cursive = "0.15" +cursive = "0.15" [dependencies.cursive_tree_view] git = "https://github.com/matthiasbeyer/cursive_tree_view" -- cgit v1.2.3