Set the repository and license in Cargo.toml

This commit is contained in:
Paul van Tilburg 2020-07-16 14:42:20 +02:00
parent 011a4f0361
commit 701698e990
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ authors = ["Paul van Tilburg <paul@luon.net>"]
description = """
The web server for task/project time registration and invoicing.
"""
repository = "https://git.luon.net/mozcode/stoptime-rs"
license = "MIT"
edition = "2018"
[dependencies]

View File

@ -5,6 +5,8 @@ authors = ["Paul van Tilburg <paul@luon.net>"]
description = """
The web UI for task/project time registration and invoicing.
"""
repository = "https://git.luon.net/mozcode/stoptime-rs"
license = "MIT"
edition = "2018"
[lib]