mirror of
https://github.com/speice-io/isomorphic-rust
synced 2024-11-22 07:58:24 -05:00
14 lines
220 B
TOML
14 lines
220 B
TOML
[package]
|
|
name = "yew_electron"
|
|
version = "0.1.0"
|
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
js-sys = "0.3"
|
|
wasm-bindgen = "0.2"
|
|
yew = "0.17"
|