feat: build with ssh

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-25 20:40:12 +02:00
parent f8035357b7
commit 6a82e0c10a
3 changed files with 23 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ walkdir = "2.3.2"
git2 = { version = "0.17.2", default-features = false, features = [
"vendored-libgit2",
"vendored-openssl",
"ssh",
] }
clap = { version = "4.3.4", features = ["env", "string"] }
envconfig = "0.10.0"