mirror of
https://github.com/yewstack/yew.git
synced 2026-01-25 16:43:15 +00:00
* Replace web_logger with wasm-logger in examples Examples in yew-stdweb should still use web_logger * Use hyphen in package name
11 lines
200 B
TOML
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" }
|