diff --git a/Cargo.toml b/Cargo.toml index 94f38a5..891b977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "advotracker" +name = "AdvoTracker" version = "0.1.0" authors = ["Ralf Zerres "] 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", ]