diff options
Diffstat (limited to 'crypto.rs')
| -rw-r--r-- | crypto.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -16,10 +16,13 @@ */ #[link(name = "crypto", + package_id = "crypto", vers = "0.3", uuid = "38297409-b4c2-4499-8131-a99a7e44dad3")]; #[crate_type = "lib"]; +#[feature(globs)]; + pub mod hash; pub mod hex; pub mod hmac; |