[update] added development dependencies (tokio-test, axum-test) in Cargo.toml and updated Cargo.lock with required packages for testing enhancements

This commit is contained in:
2025-08-06 13:27:46 +02:00
parent e7a97206a9
commit d90c618ee3
2 changed files with 259 additions and 8 deletions

View File

@@ -14,3 +14,7 @@ dotenv = "0.15"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
toml = "0.9.5"
[dev-dependencies]
tokio-test = "0.4"
axum-test = "17.3"