Commit 2b488894 authored by Michael Gehring's avatar Michael Gehring
Browse files

crate_id -> crate_name

parent 5ed46264
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#![feature(struct_variant, macro_rules)]
#![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"]
#![crate_name="openssl"]
#![crate_type="rlib"]
#![crate_type="dylib"]
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")]