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
network/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "network"
version = "0.1.0"
edition = "2024"
[dependencies]
sawp-modbus = "0.13.1"
sawp = "0.13.1"
pcap = "2.2.0"
pnet = "0.35.0"
anyhow = "1.0.100"
bytes = "1.11.0"