Files
imphnen-backend-service/tests/Cargo.toml
T

17 lines
487 B
TOML
Raw Normal View History

[package]
2025-04-06 22:13:46 +07:00
name = "tests"
version = "0.1.0"
2025-04-06 22:13:46 +07:00
edition = "2024"
[dependencies]
2025-05-17 02:08:59 +07:00
imphnen-iam = { version = "0.1.0", path = "../imphnen-iam" }
imphnen-libs = { version = "0.1.0", path = "../imphnen-libs" }
imphnen-utils = { version = "0.1.0", path = "../imphnen-utils" }
2025-04-06 22:13:46 +07:00
imphnen-entities = { version = "0.1.0", path = "../imphnen-entities" }
axum.workspace = true
axum-test.workspace = true
chrono.workspace = true
2025-04-06 22:13:46 +07:00
surrealdb.workspace = true
tokio.workspace = true
serde_json.workspace = true