aboutsummaryrefslogtreecommitdiff
path: root/crypto.rc
diff options
context:
space:
mode:
Diffstat (limited to 'crypto.rc')
-rw-r--r--crypto.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto.rc b/crypto.rc
index cafab3de..b91cb372 100644
--- a/crypto.rc
+++ b/crypto.rc
@@ -19,6 +19,8 @@
uuid = "38297409-b4c2-4499-8131-a99a7e44dad3")];
#[crate_type = "lib"];
+use std; // FIXME https://github.com/mozilla/rust/issues/1127
+
mod hash;
mod pkey;
mod symm;