add: channels, messages

This commit is contained in:
trisua 2025-04-27 23:11:37 -04:00
parent 67492cf73f
commit 7774124bd0
40 changed files with 2238 additions and 115 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "tetratto-core"
version = "1.0.8"
version = "2.0.0"
edition = "2024"
[features]
@ -29,3 +29,5 @@ rusqlite = { version = "0.35.0", optional = true }
tokio-postgres = { version = "0.7.13", optional = true }
bb8-postgres = { version = "0.9.0", optional = true }
base64 = "0.22.1"
futures-util = "0.3.31"