mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-27 02:58:55 +00:00
11 lines
317 B
TOML
11 lines
317 B
TOML
[package]
|
|
name = "sqlx-example-postgres-transaction"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
workspace = "../../../"
|
|
|
|
[dependencies]
|
|
async-std = { version = "1.8.0", features = [ "attributes", "unstable" ] }
|
|
sqlx = { path = "../../../", features = [ "postgres", "tls", "runtime-async-std-native-tls" ] }
|
|
futures = "0.3.1"
|