mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
16 lines
317 B
TOML
16 lines
317 B
TOML
[package]
|
|
name = "leptos_router_macro"
|
|
edition = "2021"
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro-error = { version = "1", default-features = false }
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = { version = "2", features = ["full"] }
|
|
|
|
[dev-dependencies]
|
|
leptos_router = { workspace = true }
|