diff options
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" |