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

[profile.dev]
lto = "off"

[profile.release]
debug = true