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:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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" }
49members = [ 49members = [
50 "test_utils", 50 "test_utils",
51] 51]
52
53[[bin]]
54name = "ngit"
55path = "src/main.rs"
56
57[[bin]]
58name = "git-remote-nostr"
59path = "src/git_remote_helper.rs"