summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"