Add meta data to Cargo.toml
This commit is contained in:
parent
a0d7813687
commit
45cdd104b0
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ version = "0.1.0"
|
||||||
authors = ["finga <coding@onders.org>"]
|
authors = ["finga <coding@onders.org>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
readme = "README.md"
|
||||||
|
description = "Trigger scripts via http(s) requests"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rocket = "0.4"
|
rocket = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue