From 1edd1d94bd4abf49339234e53c7eae67c54c54e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Mon, 6 May 2024 08:26:45 +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 a999823..24393b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "form-data" version = "0.5.4" authors = ["Fangdun Tsai "] description = "AsyncRead/AsyncWrite/Stream `multipart/form-data`" -homepage = "https://github.com/viz-rs/form-data" +repository = "https://github.com/viz-rs/form-data" keywords = ["async", "form-data", "multipart", "http", "hyper"] categories = ["asynchronous", "web-programming", "web-programming::http-server"] license = "MIT OR Apache-2.0"