summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-06-29 18:41:47 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-07-06 15:25:17 +0300
commit03522c0298a50cdb943664f2786f6a58eebce828 (patch)
treeac904868394c85b619ca3ea3924a28ab188cce79 /Cargo.toml
parent6553d8ec44346d125969251d15d943ae58da264e (diff)
melib: Fixup warnings in imap_async, maildir
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 44708afc..43a62165 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,6 +53,7 @@ structopt = { version = "0.3.14", default-features = false }
svg_crate = { version = "0.8.0", optional = true, package = "svg" }
futures = "0.3.5"
async-task = "3.0.0"
+num_cpus = "1.12.0"
[build-dependencies]
syn = { version = "1.0.31", features = [] }