upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-26 13:38:48 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-26 13:38:48 +0100
commitf609ed6e45bb870c2b855ff6e0d4b4d7f36e7bd0 (patch)
treebb81c4b0d3dcb3afaacffee543462b67df68d5ff /Cargo.toml
parent0134ab8eb413b8b81ec8e179897ddb8ea63e134e (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.toml1
1 files changed, 1 insertions, 0 deletions
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"]
14[dependencies] 14[dependencies]
15anyhow = "1.0.75" 15anyhow = "1.0.75"
16async-trait = "0.1.73" 16async-trait = "0.1.73"
17auth-git2 = "0.5.4"
17chacha20poly1305 = "0.10.1" 18chacha20poly1305 = "0.10.1"
18clap = { version = "4.3.19", features = ["derive"] } 19clap = { version = "4.3.19", features = ["derive"] }
19console = "0.15.7" 20console = "0.15.7"