aboutsummaryrefslogtreecommitdiff
path: root/examples/wasm/Cargo.toml
blob: 6750f6a6cb0a3c15246a93891511d6dd15e11921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Ulf Lilleengen <[email protected]>"]
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", "nightly"] }

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.5"