17 lines
307 B
TOML
17 lines
307 B
TOML
[package]
|
|
name = "ds-stream-wasm"
|
|
version = "0.9.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "WebAssembly codec for DreamStack bitstream protocol"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2"
|
|
js-sys = "0.3"
|
|
|
|
[profile.release]
|
|
opt-level = "s"
|
|
lto = true
|