feat: README, config.example, turnstile integration, exchange rate, auth utils refactor

This commit is contained in:
Ember Moth
2026-07-05 21:15:17 +08:00
parent 25d190b90e
commit 4ffdc89421
19 changed files with 763 additions and 4 deletions
+1
View File
@@ -44,4 +44,5 @@ gtmpl = "0.7"
gtmpl_value = "0.5"
sms = { path = "crates/sms" }
email = { path = "crates/email" }
turnstile = { path = "crates/turnstile" }
reqwest = { version = "0.12", features = ["json"] }