1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-05 08:29:13 +00:00
trezor-firmware/rust/trezor-client/build
DaniPopes 07c16858d4 chore(rust/trezor-client): bump dependencies
Fixes https://github.com/advisories/GHSA-2gh3-rmm4-6rq5 and a few warnings.

Signed-off-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
2025-04-29 23:52:44 +02:00
..
src chore(rust/trezor-client): bump dependencies 2025-04-29 23:52:44 +02:00
Cargo.toml chore(rust/trezor-client): bump dependencies 2025-04-29 23:52:44 +02:00
README.md feat(rust): move trezor-client build script to separate crate (#3154) 2023-09-29 20:13:00 +02:00

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.