mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* init use_bridge content * cargo fmt * cargo +nightly fmt --all * more sensible code * make example compile * make example compile (for real this time) * update docs * oops * oops * make super work * this is rust, not C
16 lines
322 B
TOML
16 lines
322 B
TOML
[package]
|
|
name = "yew-agent"
|
|
version = "0.1.0"
|
|
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
|
|
edition = "2021"
|
|
readme = "../../README.md"
|
|
description = "Agents for Yew"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
yew = { version = "0.19.3", path = "../yew" }
|
|
gloo-worker = "0.1"
|
|
|
|
[dev-dependencies]
|
|
serde = "1.0.137"
|