blob: b45c303d67e76580c6069f63ec121f0c386549c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "nostr-git-remote-helper"
version = "0.0.1"
edition = "2021"
description = "git remote helper for nostr protocol"
authors = ["DanConwayDev <DanConwayDev@protonmail.com>"]
readme = "README.md"
license = "MIT"
keywords = ["nostr", "git"]
categories = ["command-line-utilities","git", "git-remote-helper"]
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.3.19", features = ["derive"] }
futures = "0.3.28"
tokio = "1.33.0"
|