added cargo file for workspace

This commit is contained in:
gulliver 2021-06-05 12:58:31 +02:00
parent a569c0b371
commit 1d9e23856d
1 changed files with 9 additions and 0 deletions

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[workspace]
members = [
"server",
"model",
"model/sqlite3",
"model/postgresql"
]