summaryrefslogtreecommitdiff
path: root/support/texlab/Cargo.toml
blob: eeda5ec243301e1db7fac961140809d1882cb839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[workspace]
members = ["crates/*"]
resolver = "2"

[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.74"

[profile.release]
lto = "thin"
incremental = true

[profile.bench]
lto = "thin"
incremental = true