mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-28 21:42:06 +00:00
14 lines
318 B
TOML
14 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" ] }
|