adding validated services? patching forcad_local.py

This commit is contained in:
Your Name
2026-08-13 08:32:35 +07:00
parent d485f61169
commit e795614e45
1459 changed files with 420036 additions and 436 deletions

View File

@@ -0,0 +1,17 @@
[package]
name = "checker"
edition = "2024"
version = "0.1.0"
[[bin]]
name = "checker"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.100"
sysex = { path = "./service_src/crates/sysex" }
crypto = { path = "./service_src/crates/crypto" }
uuid = { version = "1.18.1", features = ["v4", "serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
hex = "0.4.3"