add: chat pins

This commit is contained in:
trisua 2025-09-03 17:12:26 -04:00
parent 9546c580e7
commit 82eafdadb3
21 changed files with 330 additions and 56 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "tawny"
version = "1.0.1"
version = "1.0.2"
edition = "2024"
authors = ["trisuaso"]
repository = "https://trisua.com/t/tawny"
@ -30,7 +30,10 @@ glob = "0.3.2"
serde_json = "1.0.142"
toml = "0.9.4"
regex = "1.11.1"
oiseau = { version = "0.1.2", default-features = false, features = ["postgres", "redis",] }
oiseau = { version = "0.1.2", default-features = false, features = [
"postgres",
"redis",
] }
buckets-core = "1.0.4"
axum-image = "0.1.1"
futures-util = "0.3.31"