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, 16 insertions, 0 deletions
diff --git a/nostr_git_remote_helper/Cargo.toml b/nostr_git_remote_helper/Cargo.toml
new file mode 100644
index 0000000..b45c303
--- /dev/null
+++ b/nostr_git_remote_helper/Cargo.toml
@@ -0,0 +1,16 @@
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"