mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
13 lines
266 B
TOML
13 lines
266 B
TOML
[package]
|
|
name = "lrc"
|
|
version = "0.1.0"
|
|
authors = ["Henry Zimmerman <zimhen7@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
log = "0.4.8"
|
|
web_logger = "0.2.0"
|
|
yew = { path = "../../../yew" }
|
|
yewtil = { path = "../..", features = ["lrc"] }
|