From 0134ab8eb413b8b81ec8e179897ddb8ea63e134e Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 26 Jul 2024 10:29:33 +0100 Subject: feat(remote): add nostr git remote helper as a simple proxy to the first git server listed in announcement parse clone url as `nostr://naddr123...` --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b90d9a2..2ece265 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,3 +49,11 @@ test_utils = { path = "test_utils" } members = [ "test_utils", ] + +[[bin]] +name = "ngit" +path = "src/main.rs" + +[[bin]] +name = "git-remote-nostr" +path = "src/git_remote_helper.rs" -- cgit v1.2.3