mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
15 lines
323 B
TOML
15 lines
323 B
TOML
[package]
|
|
name = "todomvc"
|
|
version = "0.1.0"
|
|
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
strum = "0.20"
|
|
strum_macros = "0.20"
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
yew = { path = "../../packages/yew" }
|
|
yew-services = { path = "../../packages/yew-services" }
|