[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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user