Add test target to Cargo config
This commit is contained in:
parent
10286ea274
commit
e0257e3da1
@ -9,6 +9,11 @@ authors = [ "Steven Fackler <sfackler@gmail.com>" ]
|
||||
name = "postgres"
|
||||
path = "src/lib/lib.rs"
|
||||
|
||||
[[test]]
|
||||
|
||||
name = "test"
|
||||
path = "src/test/test.rs"
|
||||
|
||||
[dependencies.openssl]
|
||||
|
||||
git = "https://github.com/sfackler/rust-openssl"
|
||||
|
Loading…
Reference in New Issue
Block a user