blob: 59e182bf2025db5d7a3d201122317ae0cd309c7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[workspace]
members = ["crates/*"]
[workspace.package]
license = "GPL-3.0"
authors = [
"Eric Förster <eric.foerster@outlook.com>",
"Patrick Förster <patrick.foerster@outlook.de>",
]
edition = "2021"
rust-version = "1.65"
[profile.release]
lto = "thin"
incremental = true
[profile.bench]
lto = "thin"
incremental = true
|