2025-04-06 13:25:44 +07:00
|
|
|
[package]
|
2025-04-06 22:13:46 +07:00
|
|
|
name = "tests"
|
2025-04-06 13:25:44 +07:00
|
|
|
version = "0.1.0"
|
2025-07-21 21:29:04 +07:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
2025-04-06 13:25:44 +07:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-21 21:29:04 +07:00
|
|
|
tokio.workspace = true
|
|
|
|
|
imphnen-iam.workspace = true
|
|
|
|
|
imphnen-dimentorin.workspace = true
|
|
|
|
|
imphnen-entities.workspace = true
|
|
|
|
|
imphnen-libs.workspace = true
|
|
|
|
|
imphnen-utils.workspace = true
|
|
|
|
|
http-body-util.workspace = true
|
|
|
|
|
hyper.workspace = true
|
|
|
|
|
hyper-util.workspace = true
|
2025-04-06 22:13:46 +07:00
|
|
|
serde_json.workspace = true
|
2025-07-21 21:29:04 +07:00
|
|
|
dotenvy.workspace = true
|
|
|
|
|
tower.workspace = true
|
|
|
|
|
tracing.workspace = true
|
|
|
|
|
surrealdb.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
strum.workspace = true
|
|
|
|
|
uuid.workspace = true
|
|
|
|
|
rand.workspace = true
|
|
|
|
|
async-trait.workspace = true
|
|
|
|
|
chrono.workspace = true
|
|
|
|
|
axum.workspace = true
|