mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 13:20:59 +00:00
9 lines
126 B
TOML
9 lines
126 B
TOML
[workspace]
|
|
default-members = ["sqlx"]
|
|
members = [
|
|
"sqlx-core",
|
|
"sqlx-mysql",
|
|
"sqlx",
|
|
"examples/quickstart"
|
|
]
|