max / makenotwork
1 file changed,
+4 insertions,
-4 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | # Multithreaded | |
| 2 | 2 | ||
| 3 | - | Forum-first community software with integrated E2E encrypted live chat. | |
| 3 | + | Forum-first community software. | |
| 4 | 4 | ||
| 5 | 5 | ## Prerequisites | |
| 6 | 6 | ||
| @@ -18,9 +18,9 @@ cargo run | |||
| 18 | 18 | ||
| 19 | 19 | | Crate | Role | | |
| 20 | 20 | |-------|------| | |
| 21 | - | | `multithreaded` | Axum HTTP server, WebSocket gateway, binary entry point | | |
| 22 | - | | `mt-core` | Domain models, traits, business logic | | |
| 23 | - | | `mt-db` | PostgreSQL queries and migrations | | |
| 21 | + | | `multithreaded` | Axum HTTP server, migrations, binary entry point | | |
| 22 | + | | `mt-core` | Domain types and enums; no web or database dependencies | | |
| 23 | + | | `mt-db` | PostgreSQL queries and mutations (sqlx) | | |
| 24 | 24 | ||
| 25 | 25 | ## License | |
| 26 | 26 |