summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-05 12:13:32 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-05 12:13:40 +0200
commit44ebbe5193aa16b38e55791fd37adf6d8032dc85 (patch)
tree3c0ac0a6800b5e0cb2406f9fd92b3d667acf2a93 /Cargo.toml
parent16830319e27318f5f69e3f4b1c734d541bcf3037 (diff)
Rewrite to use own forks of maildir and mailparse
Implement mailstore module for holding parsed mail. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 6 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b91a06c..a97f71a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,12 +5,9 @@ name = "muar"
version = "0.1.0"
[dependencies]
-handlebars = "3"
-cursive = "0.15"
-maildir = "0.4"
-walkdir = "2"
-anyhow = "1"
-
-[dependencies.mailparse]
-git = "https://github.com/matthiasbeyer/mailparse"
-branch = "own-the-buffer"
+handlebars = "3"
+cursive = "0.15"
+walkdir = "2"
+anyhow = "1"
+maildir.git = "https://git.sr.ht/~matthiasbeyer/maildir"
+mailparse.git = "https://git.sr.ht/~matthiasbeyer/mailparse"