[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"