You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/rust/trezor-client/build
DaniPopes 6e93532b79
feat(rust): move trezor-client build script to separate crate (#3154)
9 months ago
..
src
Cargo.toml
README.md

README.md

trezor-client-build

Simple build script for trezor-client. Builds the Rust bindings for the Trezor protobufs.

This crate is separate from the main crate to avoid dependencies on the protobuf compiler (protoc) and the protobuf-codegen crate in trezor-client.