From 2f096c33b495a572af4604a54c65689b053f7235 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 26 Jul 2019 14:08:45 +0200 Subject: [PATCH] Rename the server crate to stoptime_server --- server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"