rust-postgres/postgres-derive-test/Cargo.toml
2019-10-10 15:21:45 -07:00

12 lines
270 B
TOML

[package]
name = "postgres-derive-test"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
[dev-dependencies]
trybuild = "1.0"
postgres-types = { path = "../postgres-types", features = ["derive"] }
postgres = { path = "../postgres" }