Use testcontainers for Rust PostgreSQL tests
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "crank-test-support"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
sqlx.workspace = true
|
||||
testcontainers.workspace = true
|
||||
testcontainers-modules.workspace = true
|
||||
tokio = { workspace = true, features = ["sync"] }
|
||||
uuid.workspace = true
|
||||
Reference in New Issue
Block a user