From 44ebbe5193aa16b38e55791fd37adf6d8032dc85 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 5 Jul 2020 12:13:32 +0200 Subject: Rewrite to use own forks of maildir and mailparse Implement mailstore module for holding parsed mail. Signed-off-by: Matthias Beyer --- Cargo.toml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3