yew/examples/nested_list/Cargo.toml
Stig Johan Berggren d7156eee99
Replace web_logger with wasm-logger in examples (#1181)
* Replace web_logger with wasm-logger in examples

Examples in yew-stdweb should still use web_logger

* Use hyphen in package name
2020-05-03 17:17:44 +08:00

11 lines
200 B
TOML

[package]
name = "nested_list"
version = "0.1.0"
authors = ["Justin Starry <justin.starry@icloud.com>"]
edition = "2018"
[dependencies]
log = "0.4"
wasm-logger = "0.2.0"
yew = { path = "../../yew" }