Update Cargo.toml

+ added cursive, crossterm, zeroize, and rayon.
This commit is contained in:
michael-bailey 2020-08-03 12:36:55 +01:00
parent 4cd27856ba
commit 743433ab57
1 changed files with 9 additions and 1 deletions

View File

@ -9,13 +9,21 @@ edition = "2018"
[dependencies]
regex = "1"
crossbeam = "0.7"
parking_lot = "0.10"
crossbeam-channel = "0.4"
crossbeam-utils = "0.7"
crossbeam-queue = "0.2"
parking_lot = "0.10"
dashmap = "3.11.4"
async-std = "1.6.2"
lazy_static = "1.4.0"
rayon = "1.3.1"
diesel = { version = "1.4.5", features = ["sqlite"] }
zeroize = "1.1.0"
cursive = { version = "0.15.0", default-features = false, features = ["crossterm-backend"]}
crossterm = "0.17.7"
log = "0.4"
[profile.dev]
opt-level = 0