aboutsummaryrefslogtreecommitdiff
path: root/lib.rs
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2013-12-28 20:18:08 -0700
committerSteven Fackler <[email protected]>2013-12-28 20:18:08 -0700
commit70483c1a0c0870475f2a5c7a0c7aa3ac15aa3e8f (patch)
tree22c929a87e1a362b68ed0ee5c11d422e08b6c3a4 /lib.rs
parentDelete crypto/hex (diff)
downloadrust-openssl-70483c1a0c0870475f2a5c7a0c7aa3ac15aa3e8f.tar.xz
rust-openssl-70483c1a0c0870475f2a5c7a0c7aa3ac15aa3e8f.zip
Add a crate_type attribute
Diffstat (limited to 'lib.rs')
-rw-r--r--lib.rs1
1 files changed, 1 insertions, 0 deletions
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;