add: chat notifications

use sql_chanes/notifications_tag.sql; ignore first statement if you never used a preview commit
This commit is contained in:
trisua 2025-05-03 17:51:36 -04:00
parent a009ef9e34
commit 59cfec4819
22 changed files with 267 additions and 136 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "tetratto-core"
version = "2.0.0"
version = "2.1.0"
edition = "2024"
[features]
@ -23,7 +23,10 @@ async-recursion = "1.1.1"
md-5 = "0.10.6"
base16ct = { version = "0.2.0", features = ["alloc"] }
redis = { version = "0.30.0", features = ["aio", "tokio-comp"], optional = true }
redis = { version = "0.30.0", features = [
"aio",
"tokio-comp",
], optional = true }
rusqlite = { version = "0.35.0", optional = true }