Remove some indirection from files

This commit is contained in:
Steven Fackler 2014-08-02 19:10:45 -07:00
parent 072198ed00
commit d374641ecb
15 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@ authors = [ "Steven Fackler <sfackler@gmail.com>" ]
[[lib]]
name = "postgres"
path = "src/lib/lib.rs"
path = "src/lib.rs"
test = false
[[test]]
name = "test"
path = "src/test/test.rs"
path = "tests/test.rs"
[dependencies.openssl]