summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-23 20:36:52 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-08-03 17:22:41 +0200
commit632725d650d4c6975cc7c3563627e09662667709 (patch)
tree55ab934d10f0b4294a0132c43e8357be6c6852b0 /Cargo.toml
parentbdeb6d82f81860ed836c7c40bcb3c4e2ba292f5b (diff)
Add viewing of a mail
Right now this only reads the mail without parsing it. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"