Shift directory structure

This commit is contained in:
Steven Fackler 2014-08-03 19:16:09 -07:00
parent 497734d3e8
commit 203bdd076e
15 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/doc/ /doc/
/target/ /target/
/Cargo.lock

View File

@ -7,4 +7,4 @@ authors = ["Steven Fackler <sfackler@gmail.com"]
[[lib]] [[lib]]
name = "openssl" name = "openssl"
path = "lib.rs" path = "src/lib.rs"

View File