From 8eaf9061d4196eeb155e1ae7fec7d83640b9a9b6 Mon Sep 17 00:00:00 2001 From: amigin Date: Thu, 26 Sep 2024 11:13:32 +0300 Subject: [PATCH] Exposed with-ssh --- my-postgres/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/my-postgres/Cargo.toml b/my-postgres/Cargo.toml index 4b337f6..5a01dc1 100644 --- a/my-postgres/Cargo.toml +++ b/my-postgres/Cargo.toml @@ -9,6 +9,7 @@ default = [] macros = ["dep:my-postgres-macros"] debug-table-schema = ["my-postgres-macros?/debug-table-schema"] with-tls = ["my-postgres-core/with-tls"] +with-ssh = ["my-postgres-core/with-ssh"] with-telemetry = ["my-postgres-core/with-logs-and-telemetry"] [dependencies]