Update Cargo.toml
+ openssl for crypto - lazy-static and async-std
This commit is contained in:
parent
52fcd65a73
commit
7663a3f4ab
|
|
@ -14,14 +14,13 @@ 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"
|
||||
zeroize = "1.1.0"
|
||||
cursive = { version = "0.15.0", default-features = false, features = ["crossterm-backend"]}
|
||||
crossterm = "0.17.7"
|
||||
clap = "3.0.0-beta.1"
|
||||
log = "0.4"
|
||||
cursive = { version = "0.15.0", default-features = false, features = ["crossterm-backend"]}
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
|
||||
|
||||
[profile.dev]
|
||||
|
|
|
|||
Loading…
Reference in New Issue