Files
leptos/router_macro/Cargo.toml
Greg Johnston d665dd4b89 v0.7.0
2024-11-30 12:09:41 -05:00

22 lines
516 B
TOML

[package]
name = "leptos_router_macro"
version = "0.7.0"
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]
proc-macro = true
[dependencies]
proc-macro-error2 = { version = "2.0", default-features = false }
proc-macro2 = "1.0"
quote = "1.0"
[dev-dependencies]
leptos_router = { path = "../router" }