mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
16 lines
278 B
TOML
16 lines
278 B
TOML
[package]
|
|
name = "leptos_router_macro"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro-error = { version = "1.0", default-features = false }
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
|
|
[dev-dependencies]
|
|
leptos_router = { workspace = true }
|