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)
8 months ago
..
src feat(rust): move trezor-client build script to separate crate (#3154) 8 months ago
Cargo.toml feat(rust): move trezor-client build script to separate crate (#3154) 8 months ago
README.md feat(rust): move trezor-client build script to separate crate (#3154) 8 months ago

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.