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