From c80432011428ad79ccfce553a8921ce1cdf62e89 Mon Sep 17 00:00:00 2001 From: Erik Hollensbe Date: Mon, 24 Jan 2022 11:57:39 -0800 Subject: [PATCH] update website for release Signed-off-by: Erik Hollensbe --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 65bb380..8162a46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ edition = "2018" description = "ratpack is a HTTP framework designed around simplicity and ease-of-use" authors = ["Erik Hollensbe ", "Adam Ierymenko "] license = "BSD-3-Clause" +homepage = "https://github.com/zerotier/ratpack" +repository = "https://github.com/zerotier/ratpack" [dependencies] hyper = { version = "^0.14", features = [ "http1", "http2", "server", "runtime", "tcp", "stream" ] }