# SPDX-FileCopyrightText: 2026 Stan Grams # # SPDX-License-Identifier: BSD-2-Clause [package] name = "trx-wefax" version.workspace = true edition = "2021" [dependencies] trx-core = { path = "../../trx-core" } base64 = "0.22" png = "0.17" tracing = "0.1"