mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-18 23:02:45 +00:00
7 lines
122 B
TOML
7 lines
122 B
TOML
[workspace]
|
|
members = [
|
|
"quickstart/mysql+blocking",
|
|
"quickstart/mysql+async-std",
|
|
"quickstart/mysql+tokio"
|
|
]
|