chore(repo-announce): Utils to creates the bech32

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-05-07 06:04:28 +00:00
parent 3857753b7d
commit 577de41054
3 changed files with 50 additions and 24 deletions

View File

@@ -22,13 +22,13 @@ pub mod utils;
use std::time::Duration;
use nostr::{
event::{Event, EventId, Kind, UnsignedEvent},
event::{Event, Kind, UnsignedEvent},
filter::Filter,
key::{Keys, PublicKey},
nips::{nip19::Nip19Coordinate, nip34::GitRepositoryAnnouncement},
types::RelayUrl,
};
use nostr_sdk::{Client, pool::Output};
use nostr_sdk::Client;
use crate::{
cli::CliOptions,