1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-21 22:18:36 +00:00
trezor-firmware/rust/trezor-client/build/Cargo.toml
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

10 lines
206 B
TOML

[package]
name = "trezor-client-build"
version = "0.0.0"
description = "Builds Trezor protobuf bindings for trezor-client"
edition = "2021"
publish = false
[dependencies]
protobuf-codegen.workspace = true