Add meta data to Cargo.toml

This commit is contained in:
finga 2021-03-17 11:01:30 +01:00
parent a0d7813687
commit 45cdd104b0

View file

@ -4,6 +4,8 @@ version = "0.1.0"
authors = ["finga <coding@onders.org>"]
edition = "2018"
license = "GPL-3.0-or-later"
readme = "README.md"
description = "Trigger scripts via http(s) requests"
[dependencies]
rocket = "0.4"