add: move upload server to buckets

This commit is contained in:
trisua 2025-08-21 00:30:29 -04:00
parent 8116307ba0
commit 75fe720f21
83 changed files with 351 additions and 458 deletions

View file

@ -1,8 +1,9 @@
[package]
name = "tetratto-core"
description = "The core behind Tetratto"
version = "15.0.1"
version = "15.0.2"
edition = "2024"
readme = "../../README.md"
authors.workspace = true
repository.workspace = true
license.workspace = true
@ -48,3 +49,4 @@ oiseau = { version = "0.1.2", default-features = false, features = [
], optional = true }
paste = { version = "1.0.15", optional = true }
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
buckets-core = "1.0.1"