mirror of
https://github.com/spacemeowx2/blflash.git
synced 2024-11-20 05:11:33 +00:00
17 lines
403 B
TOML
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"
|