mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-14 00:07:05 +00:00
13 lines
302 B
TOML
13 lines
302 B
TOML
|
[package]
|
||
|
name = "sqlx-test"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
sqlx = { default-features = false, path = ".." }
|
||
|
env_logger = "0.7.1"
|
||
|
dotenv = "0.15.0"
|
||
|
anyhow = "1.0.26"
|
||
|
async-std = { version = "1.4.0", features = [ "attributes" ] }
|
||
|
tokio = { version = "0.2.9", features = [ "full" ] }
|