mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
11 lines
256 B
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" }
|