summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-05 14:04:17 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-05 14:04:17 +0200
commitda692ec92c20265262c616f2d37543d2d68202b0 (patch)
treebba156c7447ae67f2bb9f563bf8cccbf05bec3b8 /Cargo.toml
parent4cf5e76ed4c2d5b179e166628295e0a09a022aaf (diff)
Switch to own fork of cursive-tabs
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml14
1 files changed, 6 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3259871..66fe450 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,11 +5,12 @@ name = "muar"
version = "0.1.0"
[dependencies]
-handlebars = "3"
-walkdir = "2"
-anyhow = "1"
-maildir.git = "https://git.sr.ht/~matthiasbeyer/maildir"
-mailparse.git = "https://git.sr.ht/~matthiasbeyer/mailparse"
+handlebars = "3"
+walkdir = "2"
+anyhow = "1"
+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 = "0.15"
@@ -17,7 +18,4 @@ cursive = "0.15"
git = "https://github.com/matthiasbeyer/cursive_tree_view"
branch = "update-deps"
-[dependencies.cursive-tabs]
-git = "https://github.com/matthiasbeyer/cursive-tabs"
-branch = "update-deps"