Set up test harness and create MySQL container.
This commit is contained in:
parent
aa666c5487
commit
f7fcb22986
3 changed files with 1896 additions and 13 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue