Skip to content

Commit

Permalink
chore: add crate info to router macro
Browse files Browse the repository at this point in the history
  • Loading branch information
gbj committed Aug 15, 2024
1 parent a898d3f commit 382a364
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion router_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 382a364

Please sign in to comment.