yew/examples/two_apps/Cargo.toml

11 lines
256 B
TOML

[package]
name = "two_apps"
version = "0.1.0"
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
[dependencies]
yew = { path = "../../packages/yew" }
yew-services = { path = "../../packages/yew-services" }