Add a crate_type attribute

This commit is contained in:
Steven Fackler 2013-12-28 20:18:08 -07:00
parent 42022fa539
commit 70483c1a0c
1 changed files with 1 additions and 0 deletions

1
lib.rs
View File

@ -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;