Commit Graph

2 Commits

Author SHA1 Message Date
926f8da683 feat(deps): add modbus, database, mocking, and async trait dependencies
Adds tokio-modbus 0.17.0 for Modbus RTU over TCP communication,
sqlx with runtime-tokio and sqlite features for async database operations,
mockall 0.13 for trait mocking in tests, and async-trait 0.1 for async trait support.

Ref: T001 (specs/001-modbus-relay-control)
2026-01-11 00:39:18 +01:00
d5a2859b64 feat: rust project initialization 2026-01-11 00:39:18 +01:00