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:
authorDanConwayDev <DanConwayDev@protonmail.com>2023-10-01 00:00:00 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2023-10-01 00:00:00 +0100
commit6e9245542f070c39a1975f0d53d88913c4ac667d (patch)
tree835c1d3db05f76f437c5d8ebc5591f1796cdab60 /Cargo.toml
parentaa48a626c08cec353d5563a8831239d2e69c9f3d (diff)
feat(prs-create) find commits and create events
- identify commits - create pull request event - create patch events
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6d8ebaf..1b2c458 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ chacha20poly1305 = "0.10.1"
17clap = { version = "4.3.19", features = ["derive"] } 17clap = { version = "4.3.19", features = ["derive"] }
18dialoguer = "0.10.4" 18dialoguer = "0.10.4"
19directories = "5.0.1" 19directories = "5.0.1"
20git2 = "0.18.1"
20keyring = "2.0.5" 21keyring = "2.0.5"
21nostr = "0.23.0" 22nostr = "0.23.0"
22passwords = "3.1.13" 23passwords = "3.1.13"