summaryrefslogtreecommitdiff
path: root/examples/wasm/Cargo.toml
blob: d8417852bd7623b7e6604f1ab7fe329f16738166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Ulf Lilleengen <lulf@redhat.com>"]
edition = "2018"
name = "embassy-wasm-example"
version = "0.1.0"

[lib]
crate-type = ["cdylib"]

[dependencies]
embassy = { version = "0.1.0", path = "../../embassy", features = ["log", "wasm"] }

wasm-logger = "0.2.0"
wasm-bindgen = "0.2"
web-sys = { version = "0.3", features = ["Document", "Element", "HtmlElement", "Node", "Window" ] }
log = "0.4.11"
critical-section = "0.2.3"