aboutsummaryrefslogtreecommitdiff
path: root/lockchain-crypto/src/lib.rs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-05-08 14:38:02 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-05-08 14:38:02 +0200
commitd18641e8374d05c663a1b001329a17d32660abf7 (patch)
treea7b8ae81ac54234a57fab16e33fc1c5f0823b0d1 /lockchain-crypto/src/lib.rs
parent73ff5fdf4d94ba244abeb3796ef16fe3f69157d7 (diff)
Changing the way that vault traits work
Diffstat (limited to 'lockchain-crypto/src/lib.rs')
-rw-r--r--lockchain-crypto/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/lockchain-crypto/src/lib.rs b/lockchain-crypto/src/lib.rs
index 5daba02..e4c5366 100644
--- a/lockchain-crypto/src/lib.rs
+++ b/lockchain-crypto/src/lib.rs
@@ -8,9 +8,6 @@
extern crate serde_derive;
extern crate serde;
extern crate miscreant;
-extern crate base64;
-extern crate blake2;
-extern crate rand;
extern crate lockchain_core as lcc;