aboutsummaryrefslogtreecommitdiff
path: root/crypto.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto.rs')
-rw-r--r--crypto.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto.rs b/crypto.rs
index 1686a715..7ed4bfd9 100644
--- a/crypto.rs
+++ b/crypto.rs
@@ -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;