From 70483c1a0c0870475f2a5c7a0c7aa3ac15aa3e8f Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 28 Dec 2013 20:18:08 -0700 Subject: [PATCH] Add a crate_type attribute --- lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib.rs b/lib.rs index dcce58a7..8136525c 100644 --- a/lib.rs +++ b/lib.rs @@ -1,5 +1,6 @@ #[feature(struct_variant, macro_rules)]; #[crate_id="github.com/sfackler/rust-openssl"]; +#[crate_type="lib"]; #[doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")]; extern mod extra;