mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-21 22:18:36 +00:00

Fixes https://github.com/advisories/GHSA-2gh3-rmm4-6rq5 and a few warnings. Signed-off-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
10 lines
206 B
TOML
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
|