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

@ -29,7 +29,7 @@ tetratto-l10n = { path = "../l10n" }
image = "0.25.6"
reqwest = { version = "0.12.22", features = ["json", "stream"] }
regex = "1.11.1"
serde_json = "1.0.140"
serde_json = "1.0.141"
mime_guess = "2.0.5"
cf-turnstile = "0.2.0"
contrasted = "0.1.3"

View file

@ -1,5 +1,6 @@
[package]
name = "tetratto-core"
description = "The core behind Tetratto"
version = "11.0.0"
edition = "2024"
authors.workspace = true
@ -17,9 +18,9 @@ default = ["database", "types", "sdk"]
pathbufd = "0.1.4"
serde = { version = "1.0.219", features = ["derive"] }
toml = "0.9.2"
tetratto-shared = { path = "../shared" }
tetratto-l10n = { path = "../l10n" }
serde_json = "1.0.140"
tetratto-shared = { version = "11.0.0", path = "../shared" }
tetratto-l10n = { version = "11.0.0", path = "../l10n" }
serde_json = "1.0.141"
totp-rs = { version = "5.7.0", features = ["qr", "gen_secret"], optional = true }
reqwest = { version = "0.12.22", features = ["json", "multipart"], optional = true }
bitflags = { version = "2.9.1", optional = true }

View file

@ -1,5 +1,6 @@
[package]
name = "tetratto-l10n"
description = "Localization for Tetratto"
version = "11.0.0"
edition = "2024"
authors.workspace = true

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"] }