Files
imphnen-backend-service/tests/Cargo.toml
T
MythEclipse e530eba60d Add comprehensive tests for hackathon service functionality
- Implemented tests for creating, retrieving, updating, and deleting hackathons.
- Added validation tests for hackathon creation and updates.
- Included tests for hackathon events and timelines, ensuring proper handling of edge cases.
- Created tests for hackathon submissions, including validation and submission status updates.
- Organized tests into a dedicated module for better structure and maintainability.
2025-09-27 13:01:08 +07:00

32 lines
834 B
TOML

[package]
name = "tests"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio.workspace = true
imphnen-iam.workspace = true
imphnen-dimentorin.workspace = true
imphnen-entities.workspace = true
imphnen-libs.workspace = true
imphnen-utils.workspace = true
imphnen-hackathon.workspace = true
http-body-util.workspace = true
hyper.workspace = true
hyper-util.workspace = true
serde_json.workspace = true
dotenvy.workspace = true
tower.workspace = true
tracing.workspace = true
surrealdb.workspace = true
serde.workspace = true
strum.workspace = true
uuid.workspace = true
rand.workspace = true
chrono.workspace = true
axum.workspace = true
yoke = { version = "0.8.0", features = ["derive", "alloc"] }
yoke-derive = "0.8.0"