initial commit

Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2025-11-24 22:02:23 +01:00
commit 025eb237b2
37 changed files with 5175 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: 2025 Stanislaw Grams <stanislawgrams@gmail.com>
#
# SPDX-License-Identifier: BSD-2-Clause
[package]
name = "trx-core"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { workspace = true, features = ["full"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tracing = { workspace = true }