attic/Cargo.toml

12 lines
107 B
TOML
Raw Normal View History

2023-01-01 00:01:07 +00:00
[workspace]
members = [
"attic",
"client",
"server",
]
[profile.dev]
opt-level = 2
incremental = true