leptos/router_macro/Cargo.toml

22 lines
519 B
TOML
Raw Permalink Normal View History

2024-04-27 23:03:14 +08:00
[package]
name = "leptos_router_macro"
2024-08-15 08:51:29 +08:00
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
2024-04-27 23:03:14 +08:00
[lib]
proc-macro = true
[dependencies]
2024-08-11 08:01:41 +08:00
proc-macro-error = { version = "1.0", default-features = false }
proc-macro2 = "1.0"
quote = "1.0"
2024-04-27 23:03:14 +08:00
[dev-dependencies]
leptos_router = { workspace = true }