aboutsummaryrefslogtreecommitdiff
path: root/lockchain-crypto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-crypto/Cargo.toml')
-rw-r--r--lockchain-crypto/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lockchain-crypto/Cargo.toml b/lockchain-crypto/Cargo.toml
index 10a69ae..c8b425e 100644
--- a/lockchain-crypto/Cargo.toml
+++ b/lockchain-crypto/Cargo.toml
@@ -7,10 +7,10 @@ readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
version = "0.8.1-alpha.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
+edition = "2018"
[dependencies]
lockchain-core = { version = "0.9.1-alpha.0", path = "../lockchain-core" }
-serde_derive = "1.0"
-serde = "1.0"
+serde = { version = "1.0", features = ["derive"] }
-miscreant = "0.4.0-beta1" \ No newline at end of file
+miscreant = { version = "0.4", features = ["soft-aes"] } \ No newline at end of file