mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-03-16 01:50:30 -04:00
20 lines
334 B
Rust
20 lines
334 B
Rust
pub mod cli;
|
|
pub mod close;
|
|
pub mod config;
|
|
pub mod conn;
|
|
pub mod db;
|
|
pub mod delegation;
|
|
pub mod error;
|
|
pub mod event;
|
|
pub mod hexrange;
|
|
pub mod info;
|
|
pub mod nauthz;
|
|
pub mod nip05;
|
|
pub mod notice;
|
|
pub mod repo;
|
|
pub mod subscription;
|
|
pub mod utils;
|
|
// Public API for creating relays programmatically
|
|
pub mod payment;
|
|
pub mod server;
|