mirror of
https://github.com/joaoviictorti/shadow-rs.git
synced 2026-01-16 14:04:25 +01:00
12 lines
177 B
TOML
12 lines
177 B
TOML
[workspace]
|
|
members = ["shadowx"]
|
|
exclude = ["driver", "client", "common"]
|
|
resolver = "2"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
lto = true
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
lto = true |