aboutsummaryrefslogtreecommitdiff
path: root/crypto.rs
diff options
context:
space:
mode:
authorErick Tryzelaar <[email protected]>2013-12-18 07:30:16 -0800
committerErick Tryzelaar <[email protected]>2013-12-18 07:30:16 -0800
commit4e0257ab5991eaa6863d261f97dcf6ff8e6b7545 (patch)
treed58c184dae0040a0afbf9f4b8e8eb83e72cef314 /crypto.rs
parentIntegrate with Travis (diff)
parentUpdate for latest rustc (0.9-pre ca54ad8) (diff)
downloadrust-openssl-4e0257ab5991eaa6863d261f97dcf6ff8e6b7545.tar.xz
rust-openssl-4e0257ab5991eaa6863d261f97dcf6ff8e6b7545.zip
Merge branch 'master' of https://github.com/kballard/rustcrypto
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;