Create project

This commit is contained in:
Joscha 2022-02-07 00:19:19 +01:00
commit 0c9f5e91a3
9 changed files with 55 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[workspace]
members = [
"cove-core",
"cove-server",
"cove-tui",
]