smithy-rs/examples/python/Cargo.toml

11 lines
252 B
TOML

# 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