upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/nostr/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/nostr/mod.rs')
-rw-r--r--src/nostr/mod.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nostr/mod.rs b/src/nostr/mod.rs
index 2bf0346..a2820fc 100644
--- a/src/nostr/mod.rs
+++ b/src/nostr/mod.rs
@@ -1,2 +1,6 @@
1pub mod builder; 1pub mod builder;
2pub mod events; 2pub mod events;
3pub mod policy;
4
5/// Re-export SharedDatabase for use by policy modules
6pub use builder::SharedDatabase;