mirror of
https://github.com/matrix-org/synapse.git
synced 2025-01-13 03:36:46 +00:00
6774f265b4
Also fix up a warning.
7 lines
185 B
TOML
7 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"
|