mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
cdafc8ae17
Co-authored-by: Josh Toft <joshtoft@gmail.com> Co-authored-by: Philip A Reimer <antreimer@gmail.com>
13 lines
318 B
TOML
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" ] }
|