# SPDX-FileCopyrightText: 2025 Stanislaw Grams # # SPDX-License-Identifier: BSD-2-Clause [package] name = "trx-protocol" version.workspace = true edition = "2021" [dependencies] serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } trx-core = { path = "../trx-core" }