mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-26 18:53:32 +00:00
12 lines
202 B
TOML
12 lines
202 B
TOML
[package]
|
|
name = "sqlx-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
sqlx = { default-features = false, path = ".." }
|
|
env_logger = "0.11"
|
|
dotenvy = "0.15.0"
|
|
anyhow = "1.0.26"
|