# Without this configuration, the workspace will be read from `rust-runtime`, causing the build to fail.
[workspace]
members = [
"pokemon-service-test",
"pokemon-service-server-sdk",
"pokemon-service-client"
]
[profile.release]
lto = true