diff --git a/Cargo.toml b/Cargo.toml index de11cc1..24b2ce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" authors = ["finga "] edition = "2018" license = "GPL-3.0-or-later" +readme = "README.md" +description = "Trigger scripts via http(s) requests" [dependencies] rocket = "0.4"