sqlx/sqlx-test/Cargo.toml
Jonas Platte cdafc8ae17 Upgrade async runtime dependencies
Co-authored-by: Josh Toft <joshtoft@gmail.com>
Co-authored-by: Philip A Reimer <antreimer@gmail.com>
2021-01-20 21:49:46 -08:00

13 lines
318 B
TOML

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