BitBoxSwiss / bitbox-api-rs

BitBox02 client library for Rust and TypeScript
Apache License 2.0
5 stars 9 forks source link

Cargo: remove serde feature #31

Closed benma closed 1 year ago

benma commented 1 year ago

For eth.rs serde/serde_json is not optional to parse EIP712 messages.

The rest is only needed for WASM to communicate the structs to or from JS.