asch/fix-everything #188

Open
andras wants to merge 114 commits from asch/fix-everything into main
4 changed files with 34 additions and 34 deletions
Showing only changes of commit 3523d14fed - Show all commits

Formatting

Andras Schmelczer 2026-03-25 20:00:00 +00:00

View file

@ -53,7 +53,7 @@ Central authority for synchronisation. Rust + Axum framework.
**Technology**:
- **Language**: Rust 1.89+
- **Language**: Rust 1.92+
- **Framework**: Axum (async web framework)
- **Database**: SQLite with SQLx
- **Protocol**: WebSockets for real-time communication

View file

@ -75,7 +75,7 @@ chmod +x sync_server-linux-x86_64
### Build from Source
Requirements: Rust 1.89.0+, SQLite development headers, SQLx CLI
Requirements: Rust 1.92.0+, SQLite development headers, SQLx CLI
```bash
# Clone the repository