From 632725d650d4c6975cc7c3563627e09662667709 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 23 Jul 2020 20:36:52 +0200 Subject: Add viewing of a mail Right now this only reads the mail without parsing it. Signed-off-by: Matthias Beyer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4b7ffc4..78d8006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ serde = { version = "1.0", features = ["derive"] } walkdir = "2" cursive = "0.15" +cursive_core = "0.1" [dependencies.cursive_tree_view] git = "https://github.com/matthiasbeyer/cursive_tree_view" -- cgit v1.2.3