add a virtual workspace so subprojects are detected if the main repository is opened in an IDE

This commit is contained in:
Nathan Stocks
2021-11-19 17:46:32 -07:00
parent a1ff2481f8
commit 528cf7d6cb
3 changed files with 7 additions and 1 deletions

2
Cargo.toml Normal file
View File

@@ -0,0 +1,2 @@
[workspace]
members = [ "example/*", "exercise/*" ]