Cargo.toml: update umbrella project name, rename submodules

* submodule advotrackerd: provides the database api
* submodule advotracker: the frontend app

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-07-12 13:49:07 +02:00
parent d57827ca4e
commit 5dc3fa1509

View File

@@ -43,7 +43,7 @@ overflow-checks = true
[workspace]
members = [
"backend",
"frontend",
"advotrackerd",
"advotracker",
"advotracker_qml",
]