# SPDX-FileCopyrightText: 2025 Stanislaw Grams # # SPDX-License-Identifier: BSD-2-Clause [package] name = "trx-frontend-rigctl" version = "0.1.0" edition = "2021" [dependencies] tokio = { workspace = true, features = ["full"] } tracing = { workspace = true } trx-core = { path = "../../../trx-core" } trx-frontend = { path = ".." }