blflash/libblflash/Cargo.toml
2021-01-08 16:58:20 +08:00

17 lines
403 B
TOML

[package]
name = "libblflash"
version = "0.1.0"
authors = ["spacemeowx2 <spacemeowx2@gmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
blflash = { version = "0.3", path = "../blflash" }
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
wasm-bindgen-futures = "0.4"
console_error_panic_hook = "0.1"