mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 21:31:22 +00:00
11 lines
249 B
TOML
11 lines
249 B
TOML
[package]
|
|
workspace = "../../.."
|
|
name = "sqlx-example-postgres-basic"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
async-std = { version = "1", features = [ "attributes" ] }
|
|
anyhow = "1"
|
|
sqlx = { path = "../../..", features = [ "postgres" ] }
|