mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Move crates to packages/* * Update Cargo.toml * Update links * Fix pull-request.yml * Update examples Cargo.toml * Update relative paths * Update tests * Fix path
10 lines
193 B
TOML
10 lines
193 B
TOML
[package]
|
|
name = "js_callback"
|
|
version = "0.1.0"
|
|
authors = ["Scott Steele <scottlsteele@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2"
|
|
yew = { path = "../../packages/yew" }
|