Fix CI build (hopefully), migrate to using Cargo workspace

This commit is contained in:
Lucien Greathouse
2019-01-09 16:49:23 -08:00
parent f2849357f8
commit 779bcaeccb
8 changed files with 32 additions and 22 deletions

5
Cargo.toml Normal file
View File

@@ -0,0 +1,5 @@
[workspace]
members = [
"server",
"rojo-e2e",
]