mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
8 lines
160 B
TOML
8 lines
160 B
TOML
[workspace]
|
|
members = [
|
|
"quickstart/mysql+blocking",
|
|
"quickstart/mysql+async-std",
|
|
"quickstart/mysql+tokio",
|
|
"quickstart/postgres+async-std",
|
|
]
|