mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-22 17:19:07 -05:00
d730bf0c59
A file named `config.toml` can now be used to load the address, port, and some websocket configuration settings. Fixes https://todo.sr.ht/~gheartsfield/nostr-rs-relay/3
9 lines
130 B
Rust
9 lines
130 B
Rust
pub mod close;
|
|
pub mod config;
|
|
pub mod conn;
|
|
pub mod db;
|
|
pub mod error;
|
|
pub mod event;
|
|
pub mod protostream;
|
|
pub mod subscription;
|