mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
12 lines
307 B
TOML
12 lines
307 B
TOML
[package]
|
|
name = "yew-router-route-parser"
|
|
version = "0.14.0"
|
|
authors = ["Henry Zimmerman <zimhen7@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "The parser for the routing syntax used with yew-router"
|
|
repository = "https://github.com/yewstack/yew"
|
|
|
|
[dependencies]
|
|
nom = "6.1.2"
|