12 lines
270 B
TOML
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" }
|