mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
21 lines
519 B
TOML
21 lines
519 B
TOML
[package]
|
|
name = "leptos_router_macro"
|
|
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]
|
|
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 }
|