Skip to main content

max / makenotwork

Update lockfile and architecture docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-04-15 18:54 UTC
Commit: 1500bef9aaf690c190a1b970f0117c1d5a355271
Parent: 47c3d68
2 files changed, +2 insertions, -1 deletion
M Cargo.lock +1 -1
@@ -3373,7 +3373,7 @@ dependencies = [
3373 3373
3374 3374 [[package]]
3375 3375 name = "makenotwork"
3376 - version = "0.3.23"
3376 + version = "0.3.24"
3377 3377 dependencies = [
3378 3378 "anyhow",
3379 3379 "argon2",
@@ -17,6 +17,7 @@ Creator platform with 0% platform fee (only Stripe's ~3% processing fee). Rust/A
17 17 | Reverse proxy | Caddy (TLS, static files, custom domains) |
18 18 | CDN / DDoS | Cloudflare (Full Strict SSL, mTLS) |
19 19 | Hosting | Hetzner VPS (systemd, no Docker) |
20 + | Banking | Mercury (business checking) |
20 21 | Auth | Argon2id passwords, tower-sessions (PostgreSQL-backed), TOTP, WebAuthn passkeys |
21 22
22 23 Single binary, single process. Migrations auto-run on boot. Background tasks (health monitor, scheduler) run as spawned Tokio tasks within the same process.