aboutsummaryrefslogtreecommitdiff
path: root/lockchain-crypto/src/lib.rs
diff options
context:
space:
mode:
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;