diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-26 10:29:33 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-26 10:36:58 +0100 |
| commit | 0134ab8eb413b8b81ec8e179897ddb8ea63e134e (patch) | |
| tree | 1d3ef8786fa806a4d39378286c68cda722cc017d /Cargo.toml | |
| parent | 52f9efa50f81142da013c4da5f3cd3091e07916b (diff) | |
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...`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -49,3 +49,11 @@ test_utils = { path = "test_utils" } | |||
| 49 | members = [ | 49 | members = [ |
| 50 | "test_utils", | 50 | "test_utils", |
| 51 | ] | 51 | ] |
| 52 | |||
| 53 | [[bin]] | ||
| 54 | name = "ngit" | ||
| 55 | path = "src/main.rs" | ||
| 56 | |||
| 57 | [[bin]] | ||
| 58 | name = "git-remote-nostr" | ||
| 59 | path = "src/git_remote_helper.rs" | ||