mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
18 lines
523 B
TOML
18 lines
523 B
TOML
[package]
|
|
name = "router"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
instant = { version = "0.1", features = ["wasm-bindgen"] }
|
|
lipsum = "0.7"
|
|
log = "0.4"
|
|
getrandom = { version = "0.2", features = ["js"] }
|
|
rand = { version = "0.7", features = ["small_rng", "wasm-bindgen"] }
|
|
wasm-logger = "0.2"
|
|
yew = { path = "../../packages/yew" }
|
|
yew-router = { path = "../../packages/yew-router" }
|
|
yewtil = { path = "../../packages/yewtil" }
|
|
yew-services = { path = "../../packages/yew-services" }
|