mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-05 06:08:58 +01:00
5 lines
170 B
TOML
5 lines
170 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"]
|