tetratto/crates/shared/Cargo.toml
trisua 275dd0a1eb add: custom emojis
fix: don't show reposts of posts from blocked users
fix: don't show questions when they're from users you've blocked
2025-05-10 21:58:02 -04:00

18 lines
355 B
TOML

[package]
name = "tetratto-shared"
version = "3.0.0"
edition = "2024"
authors.workspace = true
repository.workspace = true
license.workspace = true
[dependencies]
ammonia = "4.1.0"
chrono = "0.4.41"
comrak = "0.39.0"
hex_fmt = "0.3.0"
rand = "0.9.1"
serde = "1.0.219"
sha2 = "0.10.9"
snowflaked = "1.0.3"
uuid = { version = "1.16.0", features = ["v4"] }