mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
11 lines
107 B
TOML
11 lines
107 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"attic",
|
|
"client",
|
|
"server",
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 2
|
|
incremental = true
|