mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-19 23:26:32 +00:00
9 lines
126 B
TOML
9 lines
126 B
TOML
[workspace]
|
|
default-members = ["sqlx"]
|
|
members = [
|
|
"sqlx-core",
|
|
"sqlx-mysql",
|
|
"sqlx",
|
|
"examples/quickstart"
|
|
]
|