add: circle stacks

This commit is contained in:
trisua 2025-06-15 16:09:02 -04:00
parent 50704d27a9
commit 56cea83933
27 changed files with 419 additions and 107 deletions

View file

@ -10,7 +10,7 @@ Make sure you have AT LEAST rustc version 1.89.0-nightly.
Everything Tetratto needs will be built into the main binary. You can build Tetratto with the following command:
```bash
cargo build
cargo build -r
```
Tetratto **requires** a PostgreSQL server, as well as a Redis (or Redis fork) instance.