shithub
gardesk
/
tarmac
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
tarmac
Public
Watch
0
Fork
0
Star
0
tarmac
/
Cargo.toml
TOML · 202 bytes
Raw
Blame
History
1
[
workspace
]
2
members
=
[
"ers"
,
"tarmac"
,
"tarmacctl"
]
3
resolver
=
"2"
4
5
[
profile
.
dev
]
6
opt-level
=
0
7
debug
=
1
8
incremental
=
true
9
10
[
profile
.
release
]
11
opt-level
=
3
12
lto
=
"thin"
13
strip
=
true
14
codegen-units
=
1