yew/examples/keyed_list/Cargo.toml

18 lines
468 B
TOML

[package]
name = "keyed_list"
version = "0.1.0"
authors = ["Thomas Lacroix <toto.rigolo@free.fr>"]
edition = "2018"
license = "MIT OR Apache-2.0"
[dependencies]
fake = "2.2"
getrandom = { version = "0.2", features = ["js"] }
instant = { version = "0.1", features = ["wasm-bindgen"] }
log = "0.4"
rand = "0.8"
wasm-logger = "0.2"
yew = { path = "../../packages/yew" }
yewtil = { path = "../../packages/yewtil" }
yew-services = { path = "../../packages/yew-services" }