Shorten crate name
This commit is contained in:
parent
a84bf2976b
commit
f6243490d3
2
lib.rs
2
lib.rs
|
|
@ -1,5 +1,5 @@
|
||||||
#[feature(struct_variant, macro_rules)];
|
#[feature(struct_variant, macro_rules)];
|
||||||
#[crate_id="github.com/sfackler/rust-openssl"];
|
#[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"];
|
||||||
#[crate_type="lib"];
|
#[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")];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue