From f609ed6e45bb870c2b855ff6e0d4b4d7f36e7bd0 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 26 Jul 2024 13:38:48 +0100 Subject: fix(remote): authenticate pushes in the future we could implement our own credentials callback function to remove the dependancy --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2ece265..fe0d74a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ categories = ["command-line-utilities","git"] [dependencies] anyhow = "1.0.75" async-trait = "0.1.73" +auth-git2 = "0.5.4" chacha20poly1305 = "0.10.1" clap = { version = "4.3.19", features = ["derive"] } console = "0.15.7" -- cgit v1.2.3