From 6e9efd77f3ef4aea648c4d5e4e8ebb417b25de26 Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Sat, 22 Jan 2022 12:00:47 -0800 Subject: [PATCH] fill in necessary release dependencies for Cargo.toml Signed-off-by: Erik Hollensbe --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7d91819..71e12b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "ratpack" version = "0.1.0" edition = "2018" +description = "ratpack is a HTTP framework designed around simplicity and ease-of-use" +authors = ["Erik Hollensbe ", "Adam Ierymenko "] +license = "BSD-3-Clause" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html