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