Set the repository and license in Cargo.toml
This commit is contained in:
parent
011a4f0361
commit
701698e990
2 changed files with 4 additions and 0 deletions
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue