Files
synapse/Cargo.toml
T
2023-07-10 16:24:04 +01:00

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"