aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 88c8ad7db3f6ead3f56602ae5840e9a3abc07816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[workspace]
members = [
	"src/util",
	"src/rpc",
	"src/table",
	"src/model",
	"src/admin",
	"src/api",
	"src/web",
	"src/garage"
]

[profile.dev]
lto = "off"

[profile.release]
debug = true