Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d1216ff

Browse files
committed
Make a workspace
1 parent 7ae6651 commit d1216ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ book/
6262
/master.tar.gz
6363

6464
# rust
65-
/rust/target/
65+
/target/
6666
/synapse/*.so
6767

6868
# Poetry will create a setup.py, which we don't want to include.

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# We make the whole Synapse folder a workspace so that we can run `cargo`
2+
# commands from the root (rather than having to cd into rust/).
3+
4+
[workspace]
5+
members = ["rust"]

0 commit comments

Comments
 (0)