mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* raise msrv to 1.76 * remove older impls * bless trybuild tests * Update packages/yew/src/scheduler.rs
23 lines
500 B
TOML
23 lines
500 B
TOML
[package]
|
|
name = "yew-router-macro"
|
|
version = "0.18.0"
|
|
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Contains macros used with yew-router"
|
|
repository = "https://github.com/yewstack/yew"
|
|
rust-version = "1.76.0"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = { version = "2", features = ["full","extra-traits"] }
|
|
|
|
[dev-dependencies]
|
|
rustversion = "1"
|
|
trybuild = "1"
|
|
yew-router = { path = "../yew-router" }
|