mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
15 lines
228 B
TOML
15 lines
228 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"
|
|
|
|
[lints]
|
|
workspace = true
|