Add a crate_type attribute
This commit is contained in:
parent
42022fa539
commit
70483c1a0c
1
lib.rs
1
lib.rs
|
|
@ -1,5 +1,6 @@
|
||||||
#[feature(struct_variant, macro_rules)];
|
#[feature(struct_variant, macro_rules)];
|
||||||
#[crate_id="github.com/sfackler/rust-openssl"];
|
#[crate_id="github.com/sfackler/rust-openssl"];
|
||||||
|
#[crate_type="lib"];
|
||||||
#[doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")];
|
#[doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")];
|
||||||
|
|
||||||
extern mod extra;
|
extern mod extra;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue