tetratto/crates/shared/Cargo.toml
trisua 0304461389 add: connect to socket by community
direct messages/groups connect by channel id, everything else should connect by channel with the "is_channel" header set to true
2025-04-29 16:53:34 -04:00

18 lines
355 B
TOML

[package]
name = "tetratto-shared"
version = "2.0.0"
edition = "2024"
authors.workspace = true
repository.workspace = true
license.workspace = true
[dependencies]
ammonia = "4.1.0"
chrono = "0.4.41"
comrak = "0.38.0"
hex_fmt = "0.3.0"
num-bigint = "0.4.6"
rand = "0.9.1"
serde = "1.0.219"
sha2 = "0.10.8"
uuid = { version = "1.16.0", features = ["v4"] }