Cargo.toml: update umbrella project name

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-06-29 01:18:11 +02:00
parent a7d6618d34
commit 9969b30035

View File

@@ -1,5 +1,5 @@
[package]
name = "advotracker"
name = "AdvoTracker"
version = "0.1.0"
authors = ["Ralf Zerres <ralf.zerres@networkx.de>"]
description = "Supports lawyers to capture relevant data encountered during an online legal advice\n"
@@ -43,7 +43,7 @@ overflow-checks = true
[workspace]
members = [
"backend",
"frontend",
"advotrackerd",
"advotracker",
"advotracker_qml",
]