This commit is contained in:
2026-04-09 16:00:07 -03:00
parent e69fec5aea
commit 5921cd6562
13 changed files with 1104 additions and 0 deletions

11
media/server/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "cht-server"
version = "0.1.0"
edition = "2021"
[dependencies]
cht-common = { path = "../common" }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
anyhow = { workspace = true }