mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
6774f265b4
Also fix up a warning.
6 lines
185 B
TOML
6 lines
185 B
TOML
# We make the whole Synapse folder a workspace so that we can run `cargo`
|
|
# commands from the root (rather than having to cd into rust/).
|
|
|
|
[workspace]
|
|
members = ["rust"]
|
|
resolver = "2"
|