diff options
author | Vincent Ambo <mail@tazj.in> | 2018-09-26T16·43+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-09-26T16·43+0200 |
commit | 7e5592f0d186dde6e3e10be51efce2bdfc7483d0 (patch) | |
tree | 33e744f6556cd350fbbd699bfec2fa22f8597d96 /finito-postgres/Cargo.toml | |
parent | 6254d056204b41b346367f9f03a4407b6c2a1a1a (diff) |
fix(postgres): Minor fixes in Postgres queries and handling
Diffstat (limited to 'finito-postgres/Cargo.toml')
-rw-r--r-- | finito-postgres/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/finito-postgres/Cargo.toml b/finito-postgres/Cargo.toml index c9f8476dbdc6..f32a30d5be3f 100644 --- a/finito-postgres/Cargo.toml +++ b/finito-postgres/Cargo.toml @@ -19,3 +19,6 @@ features = [ "v4" ] [dependencies.finito] path = "../finito-core" + +[dev-dependencies.finito-door] +path = "../finito-door" |