chore: add crate info to router macro

This commit is contained in:
Greg Johnston 2024-08-14 20:51:29 -04:00
parent a898d3f2f7
commit 382a36406c
1 changed files with 7 additions and 1 deletions

View File

@ -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]