aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cd103f58649cabbf7105886e944b1f7209e5b9e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[workspace]
members = [ "sloth" ]

[workspace.package]
license = "MIT OR Apache-2.0"
version = "0.1.0"
edition = "2021"

[profile.dev.package."*"]
opt-level = 2

[profile.release]
strip = "debuginfo"
lto = "thin"
opt-level = 3