Skip to content

Commit

Permalink
Clean up ring dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Nov 29, 2020
1 parent da15f56 commit d34a5c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,14 @@ error-chain = "0.12.4"
lazy_static = "1.4.0"
log = "0.4.11"
num-traits = "0.2.14"
ring = { version = "0.16.18", default-features = false, features = ["std"] }
rpassword = "5.0.0"
rust-crypto = "0.2.36"
serde = { version = "1.0.117", features = ["serde_derive"] }
serde_mcf = "0.1.3"
serde_yaml = "0.8.14"
scrypt = "0.5.0"

[dependencies.ring]
version = "0.16.18"
default-features = false
features = ["std"]

[dev-dependencies]
cargon = "0.0.1"
criterion = "0.3.3"
Expand Down

0 comments on commit d34a5c6

Please sign in to comment.