diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-26 13:38:48 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-26 13:38:48 +0100 |
| commit | f609ed6e45bb870c2b855ff6e0d4b4d7f36e7bd0 (patch) | |
| tree | bb81c4b0d3dcb3afaacffee543462b67df68d5ff /Cargo.toml | |
| parent | 0134ab8eb413b8b81ec8e179897ddb8ea63e134e (diff) | |
fix(remote): authenticate pushes
in the future we could implement our own credentials callback function
to remove the dependancy
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -14,6 +14,7 @@ categories = ["command-line-utilities","git"] | |||
| 14 | [dependencies] | 14 | [dependencies] |
| 15 | anyhow = "1.0.75" | 15 | anyhow = "1.0.75" |
| 16 | async-trait = "0.1.73" | 16 | async-trait = "0.1.73" |
| 17 | auth-git2 = "0.5.4" | ||
| 17 | chacha20poly1305 = "0.10.1" | 18 | chacha20poly1305 = "0.10.1" |
| 18 | clap = { version = "4.3.19", features = ["derive"] } | 19 | clap = { version = "4.3.19", features = ["derive"] } |
| 19 | console = "0.15.7" | 20 | console = "0.15.7" |