Add a stub Rust crate (#12595)

This commit is contained in:
Erik Johnston
2022-09-06 19:01:37 +01:00
committed by GitHub
parent 3d20115115
commit c9b7e97355
23 changed files with 302 additions and 11 deletions

5
Cargo.toml Normal file
View File

@@ -0,0 +1,5 @@
# 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"]