From c74a94160c5bbb4899530af32fe8dfc0ad005872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Lilleb=C3=B8=20Gundersen?= Date: Wed, 9 Aug 2023 10:37:38 +0200 Subject: [PATCH] Add repository link to Cargo.toml (#84) Hi! Nothing important here - just saw the headline for your talk at RustLab, looked up `pavex` on crates.io and then noticed there was no link to the repo :+1: Feel free to disregard --- libs/pavex/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/pavex/Cargo.toml b/libs/pavex/Cargo.toml index 8297e578d..84d42c39e 100644 --- a/libs/pavex/Cargo.toml +++ b/libs/pavex/Cargo.toml @@ -2,6 +2,7 @@ name = "pavex" version = "0.1.0" edition = "2021" +repository = "https://github.com/LukeMathWalker/pavex" [dependencies] hyper = { version = "0.14", features = ["server", "http1", "http2", "tcp"] } @@ -36,4 +37,4 @@ ron = "0.8" [dev-dependencies] tokio = { version = "1", features = ["macros"] } insta = "1.29.0" -tracing = "0.1" \ No newline at end of file +tracing = "0.1"