2023-07-11 13:41:56 +02:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2023-07-12 15:10:21 +02:00
|
|
|
'server',
|
2023-07-13 10:54:29 +02:00
|
|
|
'libarchive',
|
|
|
|
'libarchive3-sys'
|
2023-07-11 13:41:56 +02:00
|
|
|
]
|
2023-07-31 23:11:02 +02:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = "fat"
|
|
|
|
codegen-units = 1
|
|
|
|
panic = "abort"
|
|
|
|
strip = true
|