feat: nostr domain hosting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-03 12:56:20 +01:00
parent a4850b4e06
commit c432f603ec
32 changed files with 724 additions and 70 deletions

View File

@ -6,6 +6,7 @@ edition = "2021"
[features]
default = ["mysql"]
mysql = ["sqlx/mysql"]
nostr-domain = []
[dependencies]
anyhow.workspace = true