mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
17 lines
337 B
TOML
17 lines
337 B
TOML
[package]
|
|
name = "sqlx-test"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish = false
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
sqlx = { default-features = false, path = ".." }
|
|
env_logger = "0.11"
|
|
dotenvy = "0.15.0"
|
|
anyhow = "1.0.26"
|
|
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
|
|
|
[lints]
|
|
workspace = true
|