mirror of
https://github.com/hpd840321/craftlabs-authorization-sdk.git
synced 2026-06-09 10:00:30 +08:00
15 lines
228 B
TOML
15 lines
228 B
TOML
[workspace]
|
|
members = ["craft-core", "craftlabs-auth-cli"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
strip = "symbols"
|
|
lto = true
|
|
opt-level = "z"
|
|
codegen-units = 1
|
|
panic = "abort"
|