upleb.uk

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

summaryrefslogtreecommitdiff
path: root/nostr_git_remote_helper/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'nostr_git_remote_helper/Cargo.toml')
-rw-r--r--nostr_git_remote_helper/Cargo.toml16
1 files changed, 0 insertions, 16 deletions
diff --git a/nostr_git_remote_helper/Cargo.toml b/nostr_git_remote_helper/Cargo.toml
deleted file mode 100644
index b45c303..0000000
--- a/nostr_git_remote_helper/Cargo.toml
+++ /dev/null
@@ -1,16 +0,0 @@
1[package]
2name = "nostr-git-remote-helper"
3version = "0.0.1"
4edition = "2021"
5description = "git remote helper for nostr protocol"
6authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]
7readme = "README.md"
8license = "MIT"
9keywords = ["nostr", "git"]
10categories = ["command-line-utilities","git", "git-remote-helper"]
11
12[dependencies]
13anyhow = "1.0.75"
14clap = { version = "4.3.19", features = ["derive"] }
15futures = "0.3.28"
16tokio = "1.33.0"