diff --git a/server/Cargo.toml b/server/Cargo.toml index d23dfa5..b6a3680 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,9 +1,9 @@ [package] -name = "stoptime" +name = "stoptime_server" version = "0.1.0" authors = ["Paul van Tilburg "] description = """ -A web application for task/project time registration and invoicing. +The web server for task/project time registration and invoicing. """ edition = "2018"