Files
github-ops d01c8e1f1a
Deploy / deploy (push) Successful in 1m45s
CI / Rust Checks (push) Failing after 5m38s
CI / UI Checks (push) Has been skipped
CI / Frontend E2E (push) Has been skipped
CI / Deployment Manifests (push) Has been skipped
Use testcontainers for Rust PostgreSQL tests
2026-06-21 03:17:06 +00:00

15 lines
338 B
TOML

[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