From 3e18edb8f9dbb16fc187fcde06700273e6745272 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 31 Mar 2024 20:10:47 +0200 Subject: [PATCH] chore: add repository field to server_fn_macro (#2474) --- server_fn_macro/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/server_fn_macro/Cargo.toml b/server_fn_macro/Cargo.toml index b5ae3b825..6f9071ce3 100644 --- a/server_fn_macro/Cargo.toml +++ b/server_fn_macro/Cargo.toml @@ -4,6 +4,7 @@ version = { workspace = true } edition = "2021" authors = ["Greg Johnston"] license = "MIT" +repository = "https://github.com/leptos-rs/leptos" description = "RPC for any web framework." readme = "../README.md"