add: anonymous questions

This commit is contained in:
trisua 2025-04-19 18:59:55 -04:00
parent 2266afde01
commit 3db7f2699c
34 changed files with 473 additions and 98 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "tetratto-shared"
version = "1.0.5"
version = "1.0.6"
edition = "2024"
authors.workspace = true
repository.workspace = true
@ -9,10 +9,10 @@ license.workspace = true
[dependencies]
ammonia = "4.0.0"
chrono = "0.4.40"
comrak = "0.37.0"
comrak = "0.38.0"
hex_fmt = "0.3.0"
num-bigint = "0.4.6"
rand = "0.9.0"
rand = "0.9.1"
serde = "1.0.219"
sha2 = "0.10.8"
uuid = { version = "1.16.0", features = ["v4"] }