From 701698e990b38ad79378bfd8c7f2902fa0930a24 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Thu, 16 Jul 2020 14:42:20 +0200 Subject: [PATCH] Set the repository and license in Cargo.toml --- server/Cargo.toml | 2 ++ ui/Cargo.toml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/server/Cargo.toml b/server/Cargo.toml index b6a3680..efcf627 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Paul van Tilburg "] description = """ The web server for task/project time registration and invoicing. """ +repository = "https://git.luon.net/mozcode/stoptime-rs" +license = "MIT" edition = "2018" [dependencies] diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 011116f..647d320 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -5,6 +5,8 @@ authors = ["Paul van Tilburg "] description = """ The web UI for task/project time registration and invoicing. """ +repository = "https://git.luon.net/mozcode/stoptime-rs" +license = "MIT" edition = "2018" [lib]