New Version! - A backend has been created. It now works on a local server. Just compile it with cargo. - Facet fixed finally. - Multiple random warning fixes - Threads now go longer than the 3 that was created before. - Replies can now be seen. - Clicking on a bsky post now doesn't break the thing. - Tags not working as intended (Mastodon) - Sometimes posts don't load. This is intentional: Sometimes it's "unknown" and "external" and these aren't supported because AIDS or something. Reviewed-on: #72 Co-authored-by: CatAClock <CatAClock@proton.me> Co-committed-by: CatAClock <CatAClock@proton.me>
8 lines
122 B
TOML
8 lines
122 B
TOML
[package]
|
|
name = "CrowdedGames"
|
|
version = "1.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
rouille = "3.6.2"
|
|
postgres = "0.19.10"
|