mirror of
https://github.com/encounter/nod.git
synced 2026-07-10 12:18:48 -07:00
9 lines
133 B
TOML
9 lines
133 B
TOML
[workspace]
|
|
members = ["nod", "nodtool"]
|
|
resolver = "2"
|
|
|
|
[profile.release-lto]
|
|
inherits = "release"
|
|
lto = "thin"
|
|
strip = "debuginfo"
|