2026-04-23 17:20:01 +08:00
|
|
|
[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]
|
2026-04-24 09:17:32 +08:00
|
|
|
huike_push_info = { workspace = true }
|
2026-04-23 17:20:01 +08:00
|
|
|
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 }
|
2026-04-27 20:12:02 +08:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
http-body-util = "0.1.3"
|
|
|
|
|
tower = "0.5.3"
|