Shorten crate name

This commit is contained in:
Steven Fackler 2014-01-18 13:38:32 -08:00
parent a84bf2976b
commit f6243490d3
1 changed files with 1 additions and 1 deletions

2
lib.rs
View File

@ -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")];