sqlx/sqlx-test/Cargo.toml
Paolo Barbolini b934f82440
Bump remanining dependencies (#1807)
Co-authored-by: Austin Bonander <austin@launchbadge.com>
2022-04-15 14:34:48 -07:00

13 lines
318 B
TOML

[package]
name = "sqlx-test"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
sqlx = { default-features = false, path = ".." }
env_logger = "0.9.0"
dotenv = "0.15.0"
anyhow = "1.0.26"
async-std = { version = "1.8.0", features = [ "attributes" ] }
tokio = { version = "1.0.1", features = [ "full" ] }