summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-06-10 18:06:28 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-06-10 18:07:56 +0300
commite97cf98b3ba11a67bfd0260b19ba919bcfc15bd3 (patch)
tree03a20756c715da9a01d869bb69661e949f1977ec /Cargo.toml
parent7dc8a87a62b1860e3cc7857212d5cb5beb24ec7e (diff)
Add `view` subcommand
Add subcommand to view standalone e-mail files in meli's pager without instantiating any accounts.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a1dc2585..eca68f9c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,7 @@ rmp-serde = "^0.14.0"
smallvec = { version = "1.1.0", features = ["serde", ] }
bitflags = "1.0"
pcre2 = { version = "0.2.3", optional = true }
-structopt = { version = "0.3.14" }
+structopt = { version = "0.3.14", default-features = false }
[profile.release]