From d61815e264850b9239f3a7aa2ddaefcc1ba4a26e Mon Sep 17 00:00:00 2001 From: gengteng Date: Tue, 6 Jun 2023 09:48:17 +0800 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 1886159..6b5ba83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,8 @@ version = "0.1.0" description = "Validator for axum" authors = ["GengTeng "] license = "MIT" +homepage = "https://github.com/gengteng/axum-valid" +repository = "https://github.com/gengteng/axum-valid" keywords = [ "http", "web",