chore(repo-announce): Utils to creates the bech32
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user