summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-07-05 15:43:09 +0200
committerMatthias Beyer <mail@beyermatthias.de>2020-07-05 15:43:09 +0200
commiteb6f8a97b1f3acb50df4127b17945fa671b70148 (patch)
tree323f007706015480c6abfb3bbeab08c2ee0eaaad /Cargo.toml
parent28355ef8888b3d0b1078c53910b81c42fdbc3337 (diff)
Add mailcache module for async loading and caching of mails
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66fe450..f04bf9c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,4 +18,7 @@ cursive = "0.15"
git = "https://github.com/matthiasbeyer/cursive_tree_view"
branch = "update-deps"
+[dependencies.async-std]
+version = "1.6"
+features = ["unstable"]