initial commit
This commit is contained in:
14
network/Cargo.toml
Normal file
14
network/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user