mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-27 13:01:43 +00:00
12 lines
277 B
TOML
12 lines
277 B
TOML
[package]
|
|
name = "sqlx-test"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
publish = false
|
|
description = "Internal crate providing test utilities for testing SQLx database drivers."
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
futures-util = "0.3.8"
|
|
anyhow = "1.0.37"
|