# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: GPL-2.0-or-later [package] name = "trx-configurator" version.workspace = true edition = "2021" [[bin]] name = "trx-configurator" path = "src/main.rs" [dependencies] clap = { workspace = true, features = ["derive"] } dialoguer = "0.11" tokio-serial = { workspace = true } toml = "0.8" toml_edit = "0.22" trx-config = { path = "../trx-config" } [dev-dependencies] tempfile = "3"