feat: add support for logging in via the web extension (#41)

Reviewed-on: https://git.reya.su/reya/coop/pulls/41
This commit was merged in pull request #41.
This commit is contained in:
2026-08-03 00:31:03 +00:00
parent dbfee32d55
commit bc6bdb3c35
13 changed files with 1401 additions and 14 deletions
@@ -0,0 +1,14 @@
// Copyright (c) 2022-2023 Yuki Kishimoto
// Copyright (c) 2023-2025 Rust Nostr Developers
// Distributed under the MIT software license
//! Prelude
#![allow(unknown_lints)]
#![allow(ambiguous_glob_reexports)]
#![doc(hidden)]
pub use nostr::prelude::*;
pub use crate::error::{Error, ErrorKind};
pub use crate::*;