[feat](trx-backend): add ft450d cat backend

Co-authored-by: OpenAI <assistant@openai.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-09 23:53:16 +01:00
parent 176b3e306c
commit 2dfe4a30dc
8 changed files with 582 additions and 3 deletions
+3 -1
View File
@@ -8,12 +8,14 @@ version = "0.1.0"
edition = "2021"
[features]
default = ["ft817"]
default = ["ft817", "ft450d"]
ft817 = ["dep:trx-backend-ft817"]
ft450d = ["dep:trx-backend-ft450d"]
[dependencies]
trx-core = { path = "../../trx-core" }
trx-backend-ft817 = { path = "trx-backend-ft817", optional = true }
trx-backend-ft450d = { path = "trx-backend-ft450d", optional = true }
tokio = { workspace = true, features = ["full"] }
tokio-serial = { workspace = true }
serde = { workspace = true, features = ["derive"] }