From d61e0504d4bcc9e41fe2cb10806c8c50095bad75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Mon, 6 May 2024 07:48:55 +0300 Subject: [PATCH] It is better to use the repository field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5da54c..dee472d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "path-tree" version = "0.7.6" authors = ["Fangdun Tsai "] description = "path-tree is a lightweight high performance HTTP request router for Rust" -homepage = "https://github.com/viz-rs/path-tree" +repository = "https://github.com/viz-rs/path-tree" documentation = "https://docs.rs/path-tree" keywords = ["radix", "tree", "path", "router"] categories = ["asynchronous", "web-programming", "web-programming::http-server"]