Files
huike-back/htykc/Cargo.toml
T
weli c5134c9356 feat(org): enforce tenant isolation in ws/kc with leave and stats APIs
Add org_id schema migrations and service-level filtering for teacher-student and class workflows, then cover org-context behavior with focused unit/e2e tests for leave and hour statistics.

Made-with: Cursor
2026-04-27 20:12:02 +08:00

29 lines
792 B
TOML

[package]
name = "htykc"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
huike_push_info = { workspace = true }
htycommons = { workspace = true }
htyuc_models = { workspace = true }
htyuc_remote = { workspace = true }
htykc_models = { path = "../htykc_models" }
anyhow = { workspace = true }
axum = { workspace = true }
axum-macros = { workspace = true }
diesel = { workspace = true }
dotenv = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tower-http = { workspace = true }
tracing = { workspace = true }
[dev-dependencies]
http-body-util = "0.1.3"
tower = "0.5.3"