summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-06-22 11:29:36 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-07-06 15:08:32 +0300
commitb72a1ca6d8a432fb7347c805f33a00390aa6a8ae (patch)
tree577e6c78f524f7362a94201ddb3d6256ff102f50 /Cargo.toml
parent4f3a98f90ad6f990b7ae471d9d160aa0a05fd04a (diff)
WIP maildir async
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 43a62165..44708afc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,6 @@ 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 = [] }