1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 23:09:13 +00:00
trezor-firmware/rust/trezor-client/build/README.md

8 lines
304 B
Markdown

# trezor-client-build
Simple build script for [`trezor-client`](../).
Builds the Rust bindings for the [Trezor protobufs](../../../common/protob/).
This crate is separate from the main crate to avoid dependencies on the
protobuf compiler (`protoc`) and the `protobuf-codegen` crate in `trezor-client`.