chore: publish l10n, shared, and core

This commit is contained in:
trisua 2025-07-19 21:30:41 -04:00
parent 7d30d65a3b
commit 35b66c94d0
6 changed files with 24 additions and 7 deletions

View file

@ -1,5 +1,6 @@
[package]
name = "tetratto-shared"
description = "Shared stuff for Tetratto"
version = "11.0.0"
edition = "2024"
authors.workspace = true
@ -12,7 +13,7 @@ chrono = "0.4.41"
markdown = "1.0.0"
hex_fmt = "0.3.0"
rand = "0.9.1"
serde = "1.0.219"
serde = { version = "1.0.219", features = ["derive"] }
sha2 = "0.10.9"
snowflaked = "1.0.3"
uuid = { version = "1.17.0", features = ["v4"] }