1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00
attic/Cargo.toml
2022-12-31 17:01:07 -07:00

11 lines
107 B
TOML

[workspace]
members = [
"attic",
"client",
"server",
]
[profile.dev]
opt-level = 2
incremental = true