Set up test harness and create MySQL container.

This commit is contained in:
Nolan Darilek 2025-06-12 08:53:40 -04:00
parent aa666c5487
commit f7fcb22986
3 changed files with 1896 additions and 13 deletions

View file

@ -4,3 +4,5 @@ version = "0.1.0"
edition = "2024"
[dependencies]
testcontainers-modules = { version = "0.12", features = ["mysql"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }