Initial commit rework, minor fixes/improvements, beta v0.1.0
This commit is contained in:
18
README.md
18
README.md
@@ -121,16 +121,16 @@ cg.cx is organized as a **Rust workspace** with 10 focused crates. This modular
|
||||
|
||||
## Tech Stack
|
||||
|
||||
| Layer | Technology |
|
||||
| ----------------- | ----------------------------------------------------------- |
|
||||
| **Backend** | Rust (edition 2021), Tokio async runtime |
|
||||
| **Web Server** | Axum 0.7, Tower HTTP middleware |
|
||||
| **Telegram Bot** | Teloxide 0.13 |
|
||||
| **Frontend** | Svelte 5, Vite 5 |
|
||||
| **Database** | SQLite 3 (WAL mode), `rusqlite` + `rusqlite_migration` |
|
||||
| Layer | Technology |
|
||||
| ----------------- | --------------------------------------------------------------------------- |
|
||||
| **Backend** | Rust (edition 2021), Tokio async runtime |
|
||||
| **Web Server** | Axum 0.7, Tower HTTP middleware |
|
||||
| **Telegram Bot** | Teloxide 0.13 |
|
||||
| **Frontend** | Svelte 5, Vite 5 |
|
||||
| **Database** | SQLite 3 (WAL mode), `rusqlite` + `rusqlite_migration` |
|
||||
| **Cryptography** | libsodium (via `sodiumoxide`), `aes-kw`, `blake3`, `argon2`, `hmac`, `sha2` |
|
||||
| **Serialization** | `serde`, `serde_json` |
|
||||
| **Observability** | `tracing` + `tracing-subscriber` |
|
||||
| **Serialization** | `serde`, `serde_json` |
|
||||
| **Observability** | `tracing` + `tracing-subscriber` |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user