rust-postgres/postgres-derive-test/Cargo.toml

12 lines
270 B
TOML
Raw Normal View History

2019-10-10 02:23:12 +00:00
[package]
name = "postgres-derive-test"
version = "0.1.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
2019-10-10 22:21:45 +00:00
[dev-dependencies]
trybuild = "1.0"
2019-10-10 02:23:12 +00:00
postgres-types = { path = "../postgres-types", features = ["derive"] }
postgres = { path = "../postgres" }