initial commit

This commit is contained in:
2025-12-21 15:01:20 +00:00
commit fca73c4a1d
14 changed files with 127105 additions and 0 deletions

14
Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "modbus-parser"
version = "0.1.0"
edition = "2024"
[workspace]
members = ["network"]
[workspace.lints.clippy]
unwrap_usage = "deny"
[dependencies]
sawp-modbus = "0.13.1"
sawp = "0.13.1"