From 382a36406c3a6efa685a8c3af67e47d61ac648e0 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Wed, 14 Aug 2024 20:51:29 -0400 Subject: [PATCH] chore: add crate info to router macro --- router_macro/Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/router_macro/Cargo.toml b/router_macro/Cargo.toml index acaa15f28..c1120557c 100644 --- a/router_macro/Cargo.toml +++ b/router_macro/Cargo.toml @@ -1,6 +1,12 @@ [package] name = "leptos_router_macro" -version.workspace = true +version = "0.7.0-beta2" +authors = ["Greg Johnston", "Ben Wishovich"] +license = "MIT" +readme = "../README.md" +repository = "https://github.com/leptos-rs/leptos" +description = "Router utility macros for the Leptos web framework." +rust-version.workspace = true edition.workspace = true [lib]