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]