diff options
Diffstat (limited to 'crypto.rc')
| -rw-r--r-- | crypto.rc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |